Skip to content

Instantly share code, notes, and snippets.

@octavioamu
Created March 17, 2015 19:00
Show Gist options
  • Save octavioamu/674fe056d8530a69c621 to your computer and use it in GitHub Desktop.
Save octavioamu/674fe056d8530a69c621 to your computer and use it in GitHub Desktop.
clear trash 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