• info@bizmate.biz

tar.gz file extraction

tar.gz file extraction

Small placeholder on how to extraxt tar.gz files.

Run these commands

gunzip file.tar.gz

now you should have a tar file, file.tar, thus run this command to uncompress the content

tar xvf file.tar
Bizmate