Skip to content

Instantly share code, notes, and snippets.

@merqurio
Created October 8, 2014 14:12
Show Gist options
  • Save merqurio/d8cac3f539a3dd19d901 to your computer and use it in GitHub Desktop.
Save merqurio/d8cac3f539a3dd19d901 to your computer and use it in GitHub Desktop.
Delete all pyc files in a directory
find . -name '*.pyc' -delete
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment