Difference between revisions of "Gzip"

From Computer History Wiki
Jump to: navigation, search
(New page: gzip is a better compression program then the old "compress" found on Unix research systems version 6 and higher. The latest version is 1.2.4 and for the most part the source should work ...)
 
m (Update to modern article format)
 
(4 intermediate revisions by 3 users not shown)
Line 1: Line 1:
gzip is a better compression program then the old "compress" found on Unix research systems version 6 and higher. The latest version is 1.2.4 and for the most part the source should work on just about any 32bit C compiler.
+
'''gzip''' is a better compression program then the old "compress" (found on [[UNIX]] research systems version 6 and higher). The latest version is 1.13 and for the most part the [[source]] should work on just about any 32- or 64-bit [[C programming language|C]] [[compiler]].
  
[[Category:GNU_Software]]
+
{{semi-stub}}
  
{{stub}}
+
==External link==
 +
 
 +
* [http://www.gnu.org/software/gzip/ gzip] - homepage at [[GNU]]
 +
 
 +
[[Category: GNU_Software]]
 +
[[Category: Compression Software]]

Latest revision as of 14:22, 7 February 2024

gzip is a better compression program then the old "compress" (found on UNIX research systems version 6 and higher). The latest version is 1.13 and for the most part the source should work on just about any 32- or 64-bit C compiler.

External link