unzip gz tar linux code example
Example 1: how to untar tar.gz
tar xvzf file.tar.gz
Example 2: unzip a tar.gz file in linux
tar -xvzf community_images.tar.gz
Example 3: unzip tar.xz linux
tar -xf archive.tar.xz -C /home/linuxize/files
Example 4: extract tar.gz
tar -xf archive.tar.gz