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