Skip to content

Instantly share code, notes, and snippets.

@jlrigau
Created April 1, 2015 12:08
Show Gist options
  • Save jlrigau/870fb77748bf4cecf1cf to your computer and use it in GitHub Desktop.
Save jlrigau/870fb77748bf4cecf1cf to your computer and use it in GitHub Desktop.
How to remove .DS_Store files on Mac OS X
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