Skip to content

Instantly share code, notes, and snippets.

@gismo141
Created March 17, 2015 10:13
Show Gist options
  • Save gismo141/7b7f4dd05e2e0a450652 to your computer and use it in GitHub Desktop.
Save gismo141/7b7f4dd05e2e0a450652 to your computer and use it in GitHub Desktop.
Delete .DS_Store recursively
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