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