how to un gz a file code example
Example 1: untar gz file
tar -xvf archive.tar.gz
Example 2: how to unzip a gz file
#for example, the rockyou.---.gz file in kali
gunzip rockyou.---.gz
tar -xvf archive.tar.gz
#for example, the rockyou.---.gz file in kali
gunzip rockyou.---.gz