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