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