Skip to content

Instantly share code, notes, and snippets.

@eekfonky
Last active March 16, 2018 15:57
Show Gist options
  • Save eekfonky/3cf23e16de5e4fed647a056be3279494 to your computer and use it in GitHub Desktop.
Save eekfonky/3cf23e16de5e4fed647a056be3279494 to your computer and use it in GitHub Desktop.
Remove all directories but not files
find -mindepth 1 -maxdepth 1 -type d -exec rm -r {} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment