Skip to content

Instantly share code, notes, and snippets.

@cssence
Last active January 20, 2018 16:14
Show Gist options
  • Save cssence/d70c6ce132a72fc3b828 to your computer and use it in GitHub Desktop.
Save cssence/d70c6ce132a72fc3b828 to your computer and use it in GitHub Desktop.
Recursively Remove .DS_Store
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