Created
May 31, 2020 19:51
-
-
Save milanpanchal/95173ecf00d03b9ad348dd1b329faf63 to your computer and use it in GitHub Desktop.
Recursively Remove .DS_Store
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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