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