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