>_ linuxcommand.dev
Startseite gzip
Archiving

gzip

File compression with gzip

Ubuntu CentOS Debian SUSE Fedora RHEL Arch Alpine macOS
Verified: 2026-03-04
Syntax
$gzip [options] [file]
Optionen
-d
-c
-l
-r
Examples
$gzip file.txt
$gzip -d file.txt.gz
$gzip -c file.txt > file.txt.gz
$gzip -l file.txt.gz
Typical use cases
?
Standard usage
gzip --help
Note Compresses files using the gzip algorithm.
Export