Created
October 5, 2014 09:11
-
-
Save mbylstra/9412f80ffcaad3d76474 to your computer and use it in GitHub Desktop.
remove all .pyc files recursively
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
find . -name "*.pyc" -exec rm '{}' ';' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment