Skip to content

Instantly share code, notes, and snippets.

@bencharb
Last active August 29, 2015 13:56
Show Gist options
  • Save bencharb/9043403 to your computer and use it in GitHub Desktop.
Save bencharb/9043403 to your computer and use it in GitHub Desktop.
Remove all 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