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