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