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