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