Gzip
(Redirected from Gzip -1)
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
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
Activities[edit]
- Learn about gzip support for concatenated files
Related[edit]
See also[edit]
Advertising: