Skip to content

Instantly share code, notes, and snippets.

@ajaydsouza
Created June 30, 2015 13:23
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 ajaydsouza/0a3952d8449c0ff2065c to your computer and use it in GitHub Desktop.
Save ajaydsouza/0a3952d8449c0ff2065c to your computer and use it in GitHub Desktop.
Delete DS_Store & Thumbs.db
sudo find . -name '*.DS_Store' -type f -delete
sudo find . -name 'Thumbs.db' -type f -delete
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment