Skip to content

Instantly share code, notes, and snippets.

@usutani
Created July 3, 2013 01:03
Show Gist options
  • Save usutani/5914656 to your computer and use it in GitHub Desktop.
Save usutani/5914656 to your computer and use it in GitHub Desktop.
find . -name ".DS_Store" -exec echo delete {} ";" -exec rm -rf {} ";"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment