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