Skip to content

Instantly share code, notes, and snippets.

@progcode
Created August 28, 2017 16:26
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 progcode/6585b298092a6aade76c64c1a6c27d4c to your computer and use it in GitHub Desktop.
Save progcode/6585b298092a6aade76c64c1a6c27d4c to your computer and use it in GitHub Desktop.
Linux
delete all hidden files -> find . -name . -o -prune -exec rm -rf -- {} +
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment