Skip to content

Instantly share code, notes, and snippets.

@ophentis
Created December 20, 2011 10:19
Show Gist options
  • Save ophentis/1501067 to your computer and use it in GitHub Desktop.
Save ophentis/1501067 to your computer and use it in GitHub Desktop.
remove .DS_Store recursively from current folder
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