Skip to content

Instantly share code, notes, and snippets.

@hotsaucejake
Created February 14, 2017 20:58
Show Gist options
  • Save hotsaucejake/eebb6333e5167ea0b6b65f0f90979173 to your computer and use it in GitHub Desktop.
Save hotsaucejake/eebb6333e5167ea0b6b65f0f90979173 to your computer and use it in GitHub Desktop.
remove files with specific extension
find . -name "*.DS_Store" -type f -delete
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment