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