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