Skip to content

Instantly share code, notes, and snippets.

@espinz
Created April 28, 2019 06:53
Show Gist options
  • Save espinz/14226699b9be055360aa1339e5865fbe to your computer and use it in GitHub Desktop.
Save espinz/14226699b9be055360aa1339e5865fbe to your computer and use it in GitHub Desktop.
How to delete too many files
find . -type f -exec rm -rf {} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment