Skip to content

Instantly share code, notes, and snippets.

@erdostom
Created May 28, 2014 16:49
Show Gist options
  • Save erdostom/c8e41ffa06b7ecb2e726 to your computer and use it in GitHub Desktop.
Save erdostom/c8e41ffa06b7ecb2e726 to your computer and use it in GitHub Desktop.
Delete .DS_Store files recursively
find . "-name" ".DS_Store" -exec rm {} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment