Skip to content

Instantly share code, notes, and snippets.

@byk0t
Last active December 23, 2015 10:19
Show Gist options
  • Save byk0t/6620444 to your computer and use it in GitHub Desktop.
Save byk0t/6620444 to your computer and use it in GitHub Desktop.
This command deletes tons of files from current directory
find . -type f -delete
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment