Skip to content

Instantly share code, notes, and snippets.

@ailling
Created November 5, 2014 01:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ailling/e1d789b6ab9e9304ee41 to your computer and use it in GitHub Desktop.
Save ailling/e1d789b6ab9e9304ee41 to your computer and use it in GitHub Desktop.
Recursively remove python bytecode (.pyc) files from a directory
find . -name '*.pyc' -delete
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment