unzip gz file linux code example
Example 1: unzip a .gz file in linux
gunzip file.gz
Example 2: unzip a tar.gz file in linux
tar -xvzf community_images.tar.gz
Example 3: how to decompress gzip file in linux
gunzip -k file.gz
Example 4: extract gz file ubuntu
gzip -d file.gz
Example 5: unzip gz file linux
Unzip a . GZ file by typing "gunzip" into the "Terminal" window
Example 6: how to unzip a gz file
#for example, the rockyou.---.gz file in kali
gunzip rockyou.---.gz