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