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