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