today i was asked how to open a gzip file

well, if you have a linux server all you have to do to open it or uncompress the file inside, is this command:

lets say i have a file called webune.gzip

gunzip webune.gzip


easy huh