Skip to content

Instantly share code, notes, and snippets.

@adige
Created December 11, 2015 11:51
Show Gist options
  • Save adige/78ad3b54b5f1f35b409e to your computer and use it in GitHub Desktop.
Save adige/78ad3b54b5f1f35b409e to your computer and use it in GitHub Desktop.
delete *.pyc files
find . -name "*.pyc" -exec rm -rf {} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment