Skip to content

Instantly share code, notes, and snippets.

@atadams
Last active December 11, 2015 13:18
Show Gist options
  • Save atadams/4606267 to your computer and use it in GitHub Desktop.
Save atadams/4606267 to your computer and use it in GitHub Desktop.
Terminal: Delete Files Recursively
find . -name '*.log' -type f -delete
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment