Skip to content

Instantly share code, notes, and snippets.

@dentedtriangle
Created March 19, 2012 07:31
Show Gist options
  • Save dentedtriangle/2100929 to your computer and use it in GitHub Desktop.
Save dentedtriangle/2100929 to your computer and use it in GitHub Desktop.
Remove all .DS_Store files in all directories <= current directory
sudo 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