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