spellcheck_dir
index
/home/ut3hax/bin/spellcheck_dir

Spellcheck the files in a given directory.
 
spellcheck_dir [/dir/to/search]
               [glob pattern for each directory]
               [skip regular expressions for lines]
 
For example:
 
spellcheck_dir src *.py

 
Modules
       
glob
os
re
sys

 
Functions
       
grep_pipe(head_pipe, patterns)

 
Data
        PIPE = -1
STDOUT = -2