ref: 708e21dbf1152d6491ee73ff96aa2f2b68cd2d9f dir: /sys/src/cmd/dict/rev.awk/
NF == 2 { printf "%s\t%s\n", $2, $1 } NF != 2 { print "ERROR " $0 }