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