how to unzip .gz files in linux code example
Example 1: unzip a .gz file in linux
gunzip file.gz
Example 2: unzip gz file linux
Unzip a . GZ file by typing "gunzip" into the "Terminal" window
gunzip file.gz
Unzip a . GZ file by typing "gunzip" into the "Terminal" window