Skip to content

Instantly share code, notes, and snippets.

@grandmanitou
Created December 23, 2013 09:16
Show Gist options
  • Select an option

  • Save grandmanitou/8093911 to your computer and use it in GitHub Desktop.

Select an option

Save grandmanitou/8093911 to your computer and use it in GitHub Desktop.
Delete all .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