gz file open on linux code example
Example 1: extract gz file ubuntu
gzip -d file.gz
Example 2: unzip gz file linux
Unzip a . GZ file by typing "gunzip" into the "Terminal" window
gzip -d file.gz
Unzip a . GZ file by typing "gunzip" into the "Terminal" window