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