Skip to content

Instantly share code, notes, and snippets.

@dented
Created December 18, 2013 10:21
Show Gist options
  • Save dented/8020135 to your computer and use it in GitHub Desktop.
Save dented/8020135 to your computer and use it in GitHub Desktop.
remove all .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