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