Created
July 1, 2018 18:42
-
-
Save hesoyamcode/73ed1f24e18642be3fd3dd14f0e8a7ee to your computer and use it in GitHub Desktop.
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
cd into directory you want to remove .DS_Store | |
then 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