Skip to content

Instantly share code, notes, and snippets.

@gabrielcsapo
Forked from geoffyuen/dot_clean recursively
Created July 24, 2014 21:41
Show Gist options
  • Save gabrielcsapo/b259a02e1a595385c262 to your computer and use it in GitHub Desktop.
Save gabrielcsapo/b259a02e1a595385c262 to your computer and use it in GitHub Desktop.
(find . -type d | xargs dot_clean -m)
@gabrielcsapo
Copy link
Author

find . -name '*.DS_Store' -type f -delete (DS_Store recursive delete)

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