Shell / Commands

gzip

English

Overview

A command for compressing and decompressing files.

Details

A command that compresses and decompresses files using the DEFLATE algorithm, commonly used together with tar. gzip alone can't bundle multiple files into one, so handling several files usually means archiving them with tar first and then compressing with gzip -- the common .tar.gz combination.

More Linux terms