Skip to content

Instantly share code, notes, and snippets.

@sidouglas
Created October 28, 2013 08:57
Show Gist options
  • Save sidouglas/7193480 to your computer and use it in GitHub Desktop.
Save sidouglas/7193480 to your computer and use it in GitHub Desktop.
Recursively remove '.DS_Store' files
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