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