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