Difference between revisions of "Gzip"

From wikieduonline
Jump to navigation Jump to search
 
(10 intermediate revisions by the same user not shown)
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> <code>gzip</code>, <code>[[gunzip]]</code>, <code>[[zcat]]</code> - [[compress]] or expand files
 +
* https://git.savannah.gnu.org/cgit/gzip.git
  
  
Line 8: Line 9:
  
  
gzip --[[rsyncable]]
+
* <code>gzip --[[rsyncable]]</code>
  
 
  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]]
+
* <code>[[gzip --list]]</code>
 +
* <code>[[gzip --help]]</code>
  
  
 
== Activities ==
 
== Activities ==
 
* Learn about gzip support for [[concatenated]] files
 
* Learn about gzip support for [[concatenated]] files
 +
 +
== Related ==
 +
* <code>[[tar -x]]</code>
 +
* <code>[[zstd]]</code>
 +
* <code>[[pigz]]</code> [[parallel]] implementation
  
 
== See also ==
 
== See also ==
 +
* {{gzip}}
 
* {{xz}}
 
* {{xz}}
 
  
 
[[Category:compression]]
 
[[Category:compression]]

Latest revision as of 14:09, 3 May 2023

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[edit]

Related[edit]

See also[edit]

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