add script to list top words
This commit is contained in:
1
top_words.sh
Normal file
1
top_words.sh
Normal file
@ -0,0 +1 @@
|
||||
grep -o -E '[a-zA-Z]{3,}' README.md | tr A-Z a-z | sort | uniq -c | sort -n
|
Reference in New Issue
Block a user