A command for compressing and decompressing files.
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.
© 2026 ITBGM