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