Skip to content

Instantly share code, notes, and snippets.

@microwaves
Created September 10, 2010 08:46
Show Gist options
  • Save microwaves/573331 to your computer and use it in GitHub Desktop.
Save microwaves/573331 to your computer and use it in GitHub Desktop.
find . -type f -name "*.pyc" -exec rm -f {} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment