Skip to content

Instantly share code, notes, and snippets.

@dented
Created November 19, 2013 10:16
Show Gist options
  • Save dented/7543215 to your computer and use it in GitHub Desktop.
Save dented/7543215 to your computer and use it in GitHub Desktop.
Remove DS_Store files from current directory 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