Skip to content

Instantly share code, notes, and snippets.

@Mazuh
Created April 24, 2019 19:05
Show Gist options
  • Save Mazuh/d32785683b254118311d9d5ea842966c to your computer and use it in GitHub Desktop.
Save Mazuh/d32785683b254118311d9d5ea842966c to your computer and use it in GitHub Desktop.
Clean .pyc files from current subdirectories
find . -name '*.pyc' -delete
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment