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