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