Skip to content

Instantly share code, notes, and snippets.

@ccamacho
Created April 14, 2016 07:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ccamacho/116ef1cac77ba44b12d4369603e81e4c to your computer and use it in GitHub Desktop.
Save ccamacho/116ef1cac77ba44b12d4369603e81e4c to your computer and use it in GitHub Desktop.
Cheat sheet spell site
git clone https://github.com/openstack/tripleo-docs
cd tripleo-docs
for f in $(find . -name '*.rst' -or -name '*.txt'); do echo $f ; aspell list < $f | sort | uniq -c ; done | more
@ccamacho
Copy link
Author

This will run a spell check in all repo files.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment