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