Gzip: Difference between revisions
From Computer History Wiki
Jump to navigationJump to search
No edit summary |
Last version update, reworded a bit too. |
||
| 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. | gzip is a better compression program then the old "compress" found on Unix research systems version 6 and higher. The latest version is 1.6 and for the most part the source should work on just about any 32- or 64-bit C compiler. | ||
The homepage for gzip is: http://www.gnu.org/software/gzip/ | The homepage for gzip is: http://www.gnu.org/software/gzip/ | ||
Revision as of 14:18, 9 February 2016
gzip is a better compression program then the old "compress" found on Unix research systems version 6 and higher. The latest version is 1.6 and for the most part the source should work on just about any 32- or 64-bit C compiler.
The homepage for gzip is: http://www.gnu.org/software/gzip/