diff --git a/top_words.sh b/top_words.sh new file mode 100644 index 0000000..9975698 --- /dev/null +++ b/top_words.sh @@ -0,0 +1 @@ +grep -o -E '[a-zA-Z]{3,}' README.md | tr A-Z a-z | sort | uniq -c | sort -n