Skip to content

Instantly share code, notes, and snippets.

@zulhfreelancer
Created May 21, 2018 07:13
Show Gist options
  • Save zulhfreelancer/1e35b6c69a4b2ab80c85b8fae334dea2 to your computer and use it in GitHub Desktop.
Save zulhfreelancer/1e35b6c69a4b2ab80c85b8fae334dea2 to your computer and use it in GitHub Desktop.
Recursively 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