extract gz file terminal code example
Example 1: how to decompress gzip file in linux
gunzip -k file.gz
Example 2: unzip gz file linux
Unzip a . GZ file by typing "gunzip" into the "Terminal" window
gunzip -k file.gz
Unzip a . GZ file by typing "gunzip" into the "Terminal" window