Skip to content

Instantly share code, notes, and snippets.

@MelodicCrypter
Last active February 5, 2022 07: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 MelodicCrypter/dd51d2a41ee2f806b176db4b1ee95432 to your computer and use it in GitHub Desktop.
Save MelodicCrypter/dd51d2a41ee2f806b176db4b1ee95432 to your computer and use it in GitHub Desktop.
Command Line, Shortcuts, Hot key, snippets - random.
// CLI: Deleting all dot files inside a directory
rm -rf ..?* .[!.]* *
// Updated 2022, this worked for me
rm -rf .*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment