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