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