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