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