Skip to content

Instantly share code, notes, and snippets.

@yaph
Created August 27, 2013 13:12
Show Gist options
  • Save yaph/6353342 to your computer and use it in GitHub Desktop.
Save yaph/6353342 to your computer and use it in GitHub Desktop.
More effective grepping through Python projects code
grep --exclude=*.{pyo,pyc,txt} -r STRING
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment