Skip to content

Instantly share code, notes, and snippets.

@betawax
Created January 25, 2011 10:01
Show Gist options
  • Save betawax/794736 to your computer and use it in GitHub Desktop.
Save betawax/794736 to your computer and use it in GitHub Desktop.
Recursively remove Mac OS X .DS_Store files
find . -name '.DS_Store' -exec rm -f {} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment