Skip to content

Instantly share code, notes, and snippets.

@misfist
Last active March 15, 2023 19:09
Show Gist options
  • Save misfist/a6ac5abc89d695a9a5441ba8a9c0ce1e to your computer and use it in GitHub Desktop.
Save misfist/a6ac5abc89d695a9a5441ba8a9c0ce1e to your computer and use it in GitHub Desktop.
Find, Replace and Print DS_Store
find . -name ".DS_Store" -print -delete
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment