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