Skip to content

Instantly share code, notes, and snippets.

@joshy
Created January 31, 2018 13:20
Show Gist options
  • Select an option

  • Save joshy/b884e01bdb5c5ff8af53888c99b13a31 to your computer and use it in GitHub Desktop.

Select an option

Save joshy/b884e01bdb5c5ff8af53888c99b13a31 to your computer and use it in GitHub Desktop.
remove 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