Skip to content

Instantly share code, notes, and snippets.

@jimfilippou
Created February 12, 2020 11:25
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 jimfilippou/354f3b84a446eb95ffa4b699a6dfbd3b to your computer and use it in GitHub Desktop.
Save jimfilippou/354f3b84a446eb95ffa4b699a6dfbd3b to your computer and use it in GitHub Desktop.
Removes all .DS_Store files from the working directory
# 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