Created
May 20, 2016 12:18
-
-
Save BjornW/c30a4c7fa08620036cf9c61c1276da6f to your computer and use it in GitHub Desktop.
Remove .DS_Store from directory
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
find $DIR -name ".DS_Store" -print0 | xargs -0 rm -r |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment