bookmarks/top_words.sh
2018-08-30 12:22:02 +02:00

2 lines
77 B
Bash

grep -o -E '[a-zA-Z]{3,}' README.md | tr A-Z a-z | sort | uniq -c | sort -n