Skip to content

Instantly share code, notes, and snippets.

@misfist
Last active March 15, 2023 19:09
Show Gist options
  • Save misfist/8b751a681e33551d14a42cc625b2dc6d to your computer and use it in GitHub Desktop.
Save misfist/8b751a681e33551d14a42cc625b2dc6d to your computer and use it in GitHub Desktop.
Find and Delete .DS_Store files
find . -name '.DS_Store' -type f -delete
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment