Skip to content

Instantly share code, notes, and snippets.

@germanattanasio
Created July 20, 2015 21:37
Show Gist options
  • Save germanattanasio/00d40d292a2b1e7e2a73 to your computer and use it in GitHub Desktop.
Save germanattanasio/00d40d292a2b1e7e2a73 to your computer and use it in GitHub Desktop.
Remove .DS_Store files
sudo find / -name ".DS_Store" -depth -exec rm {} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment