Skip to content

Instantly share code, notes, and snippets.

@ddeyoung
Created February 20, 2012 15:58
Show Gist options
  • Save ddeyoung/1869827 to your computer and use it in GitHub Desktop.
Save ddeyoung/1869827 to your computer and use it in GitHub Desktop.
Remove all .DS_STORE files from the current and child directories.
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