gzip not in gzip format code example
Example 1: gzip: stdin: not in gzip format
tar xvf MyFile.tar.gz
Example 2: gzip file
gzip [OPTION]... [FILE]...
gzip file.exe #To compress a file
gzip -d file.exe.gz #To decompress file
tar xvf MyFile.tar.gz
gzip [OPTION]... [FILE]...
gzip file.exe #To compress a file
gzip -d file.exe.gz #To decompress file