Skip to content

Instantly share code, notes, and snippets.

@kerembaydogan
Created November 11, 2017 13:13
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 kerembaydogan/f02161b99ebeab141d71c6e8ae257afc to your computer and use it in GitHub Desktop.
Save kerembaydogan/f02161b99ebeab141d71c6e8ae257afc to your computer and use it in GitHub Desktop.
Recursively Delete .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