bookmarks/top_words.sh

2 lines
77 B
Bash
Raw Normal View History

2018-08-30 10:22:02 +00:00
grep -o -E '[a-zA-Z]{3,}' README.md | tr A-Z a-z | sort | uniq -c | sort -n