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