Skip to content

Instantly share code, notes, and snippets.

@1franck
Created August 22, 2017 04:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save 1franck/b49134a3a4059caeb46ce88d378f1343 to your computer and use it in GitHub Desktop.
Save 1franck/b49134a3a4059caeb46ce88d378f1343 to your computer and use it in GitHub Desktop.
Delete all files on a large folder in linux
ls -1 | wc -l && time find . -type f -delete
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment