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