Skip to content

Instantly share code, notes, and snippets.

@reactormade
Last active October 8, 2015 22:38
Show Gist options
  • Save reactormade/3398931 to your computer and use it in GitHub Desktop.
Save reactormade/3398931 to your computer and use it in GitHub Desktop.
Recursively remove files/folders from a directory
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