Skip to content

Instantly share code, notes, and snippets.

@lambdaman2
Created October 1, 2012 12:48
Show Gist options
  • Save lambdaman2/3811587 to your computer and use it in GitHub Desktop.
Save lambdaman2/3811587 to your computer and use it in GitHub Desktop.
Bash: UNIX: remove all files with certain characteristics
find . -name \*.pyc -ok rm {} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment