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