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