Difference between revisions of "Gzip"

From wikieduonline
Jump to navigation Jump to search
Line 25: Line 25:
 
* <code>[[zstd]]</code>
 
* <code>[[zstd]]</code>
 
* <code>[[pigz]]</code> [[parallel]] implementation
 
* <code>[[pigz]]</code> [[parallel]] implementation
 +
* [[tee -a]]
  
 
== See also ==
 
== See also ==

Revision as of 05:20, 14 June 2024

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 -1
 if=/dev/vda | gzip -1 | ssh your.server.com dd of=/mnt/storage/imagename.img.gz


Activities

Related

See also

  • http://linuxcommand.org/lc3_man_pages/gzip1.html
  • Advertising: