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