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