How to Zip and Unzip a tar.gz File (opens in new tab)
If you want to extract a tar archive tar -xf archive.tar.gz If you want to compress a directory tar -czvf archive.tar.gz /path/to/directory That’s all.
Read the original articleIf you want to extract a tar archive tar -xf archive.tar.gz If you want to compress a directory tar -czvf archive.tar.gz /path/to/directory That’s all.
Read the original article