Skip to content

Instantly share code, notes, and snippets.

@codearmorygists
Created September 19, 2012 23:17
Show Gist options
  • Save codearmorygists/3752974 to your computer and use it in GitHub Desktop.
Save codearmorygists/3752974 to your computer and use it in GitHub Desktop.
Recursively delete all .DS_Store files
find . -name *.DS_Store -type f -exec rm {} ;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment