Skip to content

Instantly share code, notes, and snippets.

@walterrenner
Forked from philippeowagner/gist:6794344
Last active August 29, 2015 14:07
Show Gist options
  • Save walterrenner/c51d09a0fcc4b5269611 to your computer and use it in GitHub Desktop.
Save walterrenner/c51d09a0fcc4b5269611 to your computer and use it in GitHub Desktop.
delete *.pyc files recursively
find -type f -name "*.pyc" -delete
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment