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