Skip to content

Instantly share code, notes, and snippets.

@andyhullinger
Created October 10, 2015 12:12
Show Gist options
  • Save andyhullinger/0f4e1736a42258134b19 to your computer and use it in GitHub Desktop.
Save andyhullinger/0f4e1736a42258134b19 to your computer and use it in GitHub Desktop.
Remove all .DS_Store files
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