tar examples

To unzip a tar file:

$ tar xvzf filename.tgz

To make a tar file:

$ tar cvzf filename.tgz folder-to-zip/