Skip to content

Instantly share code, notes, and snippets.

@mattmc3
Created April 6, 2017 01:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mattmc3/05320b7025b9ca134aebfd8b6b3ecad0 to your computer and use it in GitHub Desktop.
Save mattmc3/05320b7025b9ca134aebfd8b6b3ecad0 to your computer and use it in GitHub Desktop.
Bash - find and delete files
# use .DS_Store as notorious example
find . -type f -name '.DS_Store' -delete
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment