Skip to content

Instantly share code, notes, and snippets.

@WilliamQLiu
Created April 25, 2018 22:56
Show Gist options
  • Save WilliamQLiu/1b1ef051d48f17f25e6ade69eb067fc5 to your computer and use it in GitHub Desktop.
Save WilliamQLiu/1b1ef051d48f17f25e6ade69eb067fc5 to your computer and use it in GitHub Desktop.
Remove .pyc files
find . -name \*.pyc -delete
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment