Skip to content

Instantly share code, notes, and snippets.

@kuo77122
Last active October 20, 2020 06:20
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 kuo77122/3792425def63ff98ce31bebfe40b120d to your computer and use it in GitHub Desktop.
Save kuo77122/3792425def63ff98ce31bebfe40b120d to your computer and use it in GitHub Desktop.
[Linux Tips] #linux

Extract multiple gzip files in directory

gunzip *.gz

Git Aliases

$ git config --global alias.co checkout
$ git config --global alias.br branch
$ git config --global alias.ci commit
$ git config --global alias.st status
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment