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