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