Skip to content

Instantly share code, notes, and snippets.

@RaphaelAudet
Created September 18, 2014 08:50
Show Gist options
  • Save RaphaelAudet/debedcfddbdbfdb5ca3f to your computer and use it in GitHub Desktop.
Save RaphaelAudet/debedcfddbdbfdb5ca3f to your computer and use it in GitHub Desktop.
find and delete files
find . -type f -name "FILE-TO-FIND" -exec rm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment