
Jun 26, 2020
How to Unzip (Open) Gz File
This article explains how to open (or unzip) .gz files. Gzip is a popular compression algorithm that reduces the size of a file while keeping the original file mode, ownership, and timestamp.
Read more

Sep 13, 2019
Gunzip Command in Linux
Gunzip is a command-line tool for decompressing Gzip files. In this tutorial, we will explain how to use the `gunzip` command.

Sep 3, 2019
Gzip Command in Linux
Gzip is one of the most popular compression algorithms that allow you to reduce the size of a file. Gzip also refers to the .gz file format and the gzip utility which is used to compress and decompress files.