Created
May 14, 2013 01:29
-
-
Save jmdeldin/5572953 to your computer and use it in GitHub Desktop.
Spell check all Markdown files
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
aspell list < $(find . -name '*.md') | sort | tr '[A-Z]' '[a-z]' | uniq -c | sort -rn |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Replace
aspell list
withhunspell -l
for Hunspell.