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