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