Skip to content

Instantly share code, notes, and snippets.

@milanpanchal
Created May 31, 2020 19:51
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 milanpanchal/95173ecf00d03b9ad348dd1b329faf63 to your computer and use it in GitHub Desktop.
Save milanpanchal/95173ecf00d03b9ad348dd1b329faf63 to your computer and use it in GitHub Desktop.
Recursively Remove .DS_Store
// Recursively Remove .DS_Store
* Open Terminal Application
* Go to your directory via command, cd path/to/your/directory
* Now type: find . -name '.DS_Store' -type f -delete
* Press enter
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment