Skip to content

Instantly share code, notes, and snippets.

@0xregulus
Created October 6, 2016 17:24
Show Gist options
  • Save 0xregulus/a54fe36545bbd71ec9ce2c136df48dd7 to your computer and use it in GitHub Desktop.
Save 0xregulus/a54fe36545bbd71ec9ce2c136df48dd7 to your computer and use it in GitHub Desktop.
Remove all *.pyc
find . -name \*.pyc -delete
find . -name "*.pyc" -exec rm -rf {} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment