Skip to content

Instantly share code, notes, and snippets.

@gustavobgama
Created January 15, 2014 15:19
Show Gist options
  • Save gustavobgama/8438112 to your computer and use it in GitHub Desktop.
Save gustavobgama/8438112 to your computer and use it in GitHub Desktop.
Tar gz commands
# compact
tar -zcvf file.tar.gz source-folder
# extract
tar -zxvf file.tar.gz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment