Skip to content

Instantly share code, notes, and snippets.

@shrop
Created July 6, 2012 11:27
Show Gist options
  • Save shrop/3059651 to your computer and use it in GitHub Desktop.
Save shrop/3059651 to your computer and use it in GitHub Desktop.
Remove all .DS_store files form a file system
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