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