7zip make tar.gz code example
Example 1: unzip tar.bz2
tar -xf archive.tar.bz2
Example 2: unzip tar.gz
tar -xvf file.tar.gz
Example 3: unzip a tar.gz file in linux
tar -xvzf community_images.tar.gz
Example 4: extract tar.gz
tar -xf archive.tar.gz