Skip to content

Instantly share code, notes, and snippets.

@LearnWebCode
Last active June 30, 2021 16:58
Show Gist options
  • Save LearnWebCode/4f39fea2ef323c10d2739823cb1a7e15 to your computer and use it in GitHub Desktop.
Save LearnWebCode/4f39fea2ef323c10d2739823cb1a7e15 to your computer and use it in GitHub Desktop.
Delete all ".DS_Store" files in current (and all nested) folder(s)
find . -name ".DS_Store" -delete
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment