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