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