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