Gzip
Jump to navigation
Jump to search
wikipedia:gzip
[1] gzip, gunzip, zcat - compress or expand files
Read from stdin and compress to stdout
cat test.csv | gzip > test.csv.gz
gzip --rsyncable
gzip -1 if=/dev/vda | gzip -1 | ssh your.server.com dd of=/mnt/storage/imagename.img.gz
gzip --list
Activities
- Learn about gzip support for concatenated files
See also
Advertising: