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