Skip to content

Instantly share code, notes, and snippets.

@romaonthego
Created February 11, 2011 23:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save romaonthego/823233 to your computer and use it in GitHub Desktop.
Save romaonthego/823233 to your computer and use it in GitHub Desktop.
Remove .DS_Store (Mac OS X)
sudo find /WebServers -name ".DS_Store" -depth -exec rm {} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment