Skip to content

Instantly share code, notes, and snippets.

@simplesessions
Created March 9, 2016 22:05
Show Gist options
  • Save simplesessions/22ed8e37725695185ce2 to your computer and use it in GitHub Desktop.
Save simplesessions/22ed8e37725695185ce2 to your computer and use it in GitHub Desktop.
Linux: Super fast delete
# based on http://www.stevekamerman.com/2008/03/deleting-tons-of-files-in-linux-argument-list-too-long/
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