Skip to content

Instantly share code, notes, and snippets.

@hiulit
Created May 29, 2017 08:41
Show Gist options
  • Save hiulit/05fd62af0257831c54eea385b83eedb1 to your computer and use it in GitHub Desktop.
Save hiulit/05fd62af0257831c54eea385b83eedb1 to your computer and use it in GitHub Desktop.
How to Recursively Remove .DS_Store Files on Mac OS X
// Credits https://medium.com/@danilosapad/how-to-recursively-remove-ds-store-files-on-mac-os-x-6c8570c68ad0
* Open Terminal.
* Go to desired folder.
* Type `find . -name *.DS_Store -type f -delete`.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment