
Mon Jan 22 2024
How to Unzip (Extract) Gz File in Linux
This article explains how to open (or unzip) .gz files. Gzip is a popular compression algorithm used to reduce file sizes while maintaining original mode, ownership, and timestamp.
Read more

Thu Dec 21 2023
How to Extract (Unzip) Tar Gz File
tar.gz file is a Tar archive compressed with Gzip. To extract a tar.gz file, use the tar -xf command followed by the archive name.

Wed Dec 13 2023
Gzip Command in Linux
Gzip is one of the most popular compression algorithms that allows you to reduce the size of a file. This article will teach you how to use the `gzip` command.

Fri 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.