Skip to content

Instantly share code, notes, and snippets.

@olgaysezgin
Created October 2, 2013 14:57
Show Gist options
  • Save olgaysezgin/6795088 to your computer and use it in GitHub Desktop.
Save olgaysezgin/6795088 to your computer and use it in GitHub Desktop.
Remove all pyc's
find . -name "*.pyc" -exec rm -rf {} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment