Difference between revisions of "Gzip"
Jump to navigation
Jump to search
↑ http://linuxcommand.org/lc3_man_pages/gzip1.html
Tags: Mobile web edit, Mobile edit |
Tags: Mobile web edit, Mobile edit |
||
Line 8: | Line 8: | ||
gzip -1 | gzip -1 | ||
if=/dev/vda | gzip -1 | ssh your.server.com [[dd]] of=/mnt/storage/imagename.img.gz | if=/dev/vda | gzip -1 | ssh your.server.com [[dd]] of=/mnt/storage/imagename.img.gz | ||
+ | |||
+ | gzip --list | ||
Revision as of 14:48, 16 September 2020
wikipedia:gzip
[1] gzip, gunzip, zcat - compress or expand files
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: