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