Difference between revisions of "Gzip"

From wikieduonline
Jump to navigation Jump to search
Tags: Mobile web edit, Mobile edit
Line 1: Line 1:
 
<code>[[wikipedia:gzip]]</code><ref>http://linuxcommand.org/lc3_man_pages/gzip1.html</ref> gzip, gunzip, zcat - [[compress]] or expand files
 
<code>[[wikipedia:gzip]]</code><ref>http://linuxcommand.org/lc3_man_pages/gzip1.html</ref> gzip, gunzip, zcat - [[compress]] or expand files
  
 +
 +
 +
 +
Read from [[stdin]] and compress to [[stdout]]
 
* <code>cat test.csv | gzip > test.csv.gz</code>
 
* <code>cat test.csv | gzip > test.csv.gz</code>
  

Revision as of 14:18, 1 March 2021

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

See also

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