Skip to content

Instantly share code, notes, and snippets.

@gnepud
Created March 13, 2012 23:25
Show Gist options
  • Save gnepud/2032596 to your computer and use it in GitHub Desktop.
Save gnepud/2032596 to your computer and use it in GitHub Desktop.
Removing .DS_Store files on Mac OS X
find . -name ".DS_Store" -depth -exec rm {} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment