Skip to content

Instantly share code, notes, and snippets.

@carlosleopoldo
Last active April 12, 2016 23:38
Show Gist options
  • Save carlosleopoldo/5654651 to your computer and use it in GitHub Desktop.
Save carlosleopoldo/5654651 to your computer and use it in GitHub Desktop.
Delete all .DS_Store files recursively
find . -name '*.DS_Store' -type f -delete
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment