Skip to content

Instantly share code, notes, and snippets.

@pyk
Last active February 16, 2017 17:30
Show Gist options
  • Save pyk/23160cc52662929738ee4bc427224390 to your computer and use it in GitHub Desktop.
Save pyk/23160cc52662929738ee4bc427224390 to your computer and use it in GitHub Desktop.

CLI

Install aspell first. For example on debian-based system:

apt-get install aspell

Check all markdown files inside src directory:

for f in src/*.md; do aspell -d en_US check "$f"; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment