how to extract gzip file 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
Example 3: how to unzip gzip files in terminal
for a .gz file use: gunzip name_of_file.gz