Skip to content

Instantly share code, notes, and snippets.

@codearmorygists
Created September 19, 2012 23:17
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