Skip to content

Instantly share code, notes, and snippets.

@origamid
Last active August 29, 2015 14:04
Show Gist options
  • Save origamid/b90e9b892b4f02cf93fc to your computer and use it in GitHub Desktop.
Save origamid/b90e9b892b4f02cf93fc to your computer and use it in GitHub Desktop.
Delete .ds_store from directory and subdirectory
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