Skip to content

Instantly share code, notes, and snippets.

@davo
Created June 12, 2019 15:58
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 davo/fb177cbdb169ad6187d4a870ff6aeb7b to your computer and use it in GitHub Desktop.
Save davo/fb177cbdb169ad6187d4a870ff6aeb7b to your computer and use it in GitHub Desktop.

Recursively Remove .DS_Store

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