Skip to content

Instantly share code, notes, and snippets.

@eculver
Created February 18, 2010 20:47
Show Gist options
  • Save eculver/308046 to your computer and use it in GitHub Desktop.
Save eculver/308046 to your computer and use it in GitHub Desktop.
remove all .pyc files bash alias
alias rmpyc="find . -name '*.pyc' -exec rm {} \;"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment