Skip to content

Instantly share code, notes, and snippets.

@jbub
Created June 12, 2013 08:34
Show Gist options
  • Save jbub/5763713 to your computer and use it in GitHub Desktop.
Save jbub/5763713 to your computer and use it in GitHub Desktop.
remove all .pyc files recursively
find . -name "*.pyc" -exec rm {} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment