linux decompressing .tar.gz code example Example 1: linux extract tgz tar zxvf file.tgz Example 2: extract tar.gz tar -xf archive.tar.gz