Gzip: Difference between revisions

From Computer History Wiki
Jump to navigationJump to 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 ...
 
No edit summary
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.2.4 and for the most part the source should work on just about any 32bit C compiler.
The homepage for gzip is: http://www.gnu.org/software/gzip/


[[Category:GNU_Software]]
[[Category:GNU_Software]]


{{stub}}
{{stub}}

Revision as of 13:28, 18 August 2009

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.

The homepage for gzip is: http://www.gnu.org/software/gzip/