Easy Tutorial
❮ Linux Comm Uupick Linux Comm Reboot ❯

Linux gunzip Command

Linux Command Manual

The Linux gunzip command is used to decompress files.

gunzip is a widely used decompression program that is used to unpack files compressed with gzip, which typically have the .gz extension. In fact, gunzip is a hard link to gzip, so both compression and decompression can be accomplished with the gzip command alone.

Syntax

Parameters:

gunzip [-acfhlLnNqrtvV][-s <compressed suffix string>][files...] or gunzip [-acfhlLnNqrtvV][-s <compressed suffix string>][directory]

Example

<p>Decompress a file
</p>
<pre>
# gunzip ab.gz

Linux Command Manual

❮ Linux Comm Uupick Linux Comm Reboot ❯