Skip to content

Instantly share code, notes, and snippets.

@jmigueldelgado
Last active September 11, 2017 08:44
Show Gist options
  • Save jmigueldelgado/cf31ba293d8d054cbe98307665f4d068 to your computer and use it in GitHub Desktop.
Save jmigueldelgado/cf31ba293d8d054cbe98307665f4d068 to your computer and use it in GitHub Desktop.
tar.gz files in terminal
## create tar.gz file
tar -zcvf tar-archive-name.tar.gz source-folder-name
## unpack tar.gz file
tar -zxvf tar-archive-name.tar.gz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment