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