Skip to content

Instantly share code, notes, and snippets.

@Sebastian1011
Created March 21, 2017 06:00
Show Gist options
  • Save Sebastian1011/d754ed7941902e5b35b51a9715a6dfc7 to your computer and use it in GitHub Desktop.
Save Sebastian1011/d754ed7941902e5b35b51a9715a6dfc7 to your computer and use it in GitHub Desktop.
bash find and delete files
find . -name "*.orig" -delete
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment