Skip to content

Instantly share code, notes, and snippets.

@pablote
Created February 28, 2016 18:09
Show Gist options
  • Save pablote/f4e682e844a71cd9cc25 to your computer and use it in GitHub Desktop.
Save pablote/f4e682e844a71cd9cc25 to your computer and use it in GitHub Desktop.
Delete recursively all files with a given extension
find . -name "*.orig" -type f -delete
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment