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