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