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