untar tar.gz file code example
Example 1: how to untar tar.gz
tar xvzf file.tar.gz
Example 2: linux extract tgz
tar zxvf file.tgz
Example 3: files tar.gz
tar -czvf name-of-archive.tar.gz /path/to/directory-or-file
tar xvzf file.tar.gz
tar zxvf file.tgz
tar -czvf name-of-archive.tar.gz /path/to/directory-or-file