Module

x/proc/legacy/examples/warandpeace/countwords.sh

A better way to work with processes in Deno.
Very Popular
Latest
File
#!/bin/bashset -ecat - | gunzip | grep -o -E "(\\w|')+" | grep -v -P '^\d' | tr '[:upper:]' '[:lower:]' | sort | uniq | wc -l