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