Skip to content

Instantly share code, notes, and snippets.

@stanosmith
Created March 29, 2018 18:24
Show Gist options
  • Save stanosmith/0d74056d9812bf77d9a620d488972b11 to your computer and use it in GitHub Desktop.
Save stanosmith/0d74056d9812bf77d9a620d488972b11 to your computer and use it in GitHub Desktop.
Find and delete side effect files
find . -name "*.orig" -delete
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment