Skip to content

Gzip command explained compression

Question

What does the gzip command do?

Answer

The gzip command is used to compress files in Unix/Linux systems, reducing their size for storage or transmission. It creates a new file with a .gz extension, while the original file is typically removed.