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