>_ linuxcommand.dev
Startseite gzip
Archiving

gzip

Compress files with gzip.

Syntax
$gzip [OPTIONS] FILE
Examples
Examples
$gzip file.txt
Examples
$gzip -k file.txt
Typical use cases
Compress
gzip file.txt
Keep original
gzip -k file.txt
Note Replaces original by default. Use -k to keep the source file.
Export