Created
February 12, 2020 11:25
-
-
Save jimfilippou/354f3b84a446eb95ffa4b699a6dfbd3b to your computer and use it in GitHub Desktop.
Removes all .DS_Store files from the working 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
# Removes all .DS_Store files from the working directory | |
find . -name ".DS_Store" -delete |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment