Skip to content

Instantly share code, notes, and snippets.

@arodbits
Created February 21, 2018 20:51
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 arodbits/8a443f046f884308c033fe3d24e9a051 to your computer and use it in GitHub Desktop.
Save arodbits/8a443f046f884308c033fe3d24e9a051 to your computer and use it in GitHub Desktop.
delete all files in directory except any subdirectory
find . -maxdepth 1 -type f -delete
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment