Skip to content

Instantly share code, notes, and snippets.

@WagnerMoreira
Created June 13, 2014 14:39
Show Gist options
  • Save WagnerMoreira/0558108a29433efab79c to your computer and use it in GitHub Desktop.
Save WagnerMoreira/0558108a29433efab79c to your computer and use it in GitHub Desktop.
Script for remove all .DS_Store

find ./ -type f | grep .DS_Store | xargs rm

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment