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