Skip to content

Instantly share code, notes, and snippets.

@peterjwest
Created February 3, 2015 10:25
Show Gist options
  • Save peterjwest/d44b924f20bfaa6de739 to your computer and use it in GitHub Desktop.
Save peterjwest/d44b924f20bfaa6de739 to your computer and use it in GitHub Desktop.
Delete .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