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