how to unzip tar.gz in linux command line code example Example 1: how to untar tar.gz tar xvzf file.tar.gz Example 2: untar tar.gz tar -xzf file.tar.gz