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