Skip to content

Instantly share code, notes, and snippets.

@luizventurote
Created November 29, 2016 11: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 luizventurote/59e46ae1da93da2c7649c87b24130234 to your computer and use it in GitHub Desktop.
Save luizventurote/59e46ae1da93da2c7649c87b24130234 to your computer and use it in GitHub Desktop.
Compress and Uncompress

Compress

tar -cvzf filename.tar.gz folder

Uncompress

tar -xvzf filename.tar.gz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment