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