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