Skip to content

Instantly share code, notes, and snippets.

@daveshah
Created May 27, 2016 09:25
Show Gist options
  • Save daveshah/3f19b9ebc4ee5a3b6e52ad54462236ec to your computer and use it in GitHub Desktop.
Save daveshah/3f19b9ebc4ee5a3b6e52ad54462236ec to your computer and use it in GitHub Desktop.
delete all .bak files
find . -name "*.bak" -type f -delete
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment