From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Russ Cox" To: 9fans@cse.psu.edu Subject: Re: [9fans] compress, zcat, pack, compact MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Message-Id: <20010820131512.D0B0F19A7D@mail.cse.psu.edu> Date: Mon, 20 Aug 2001 09:15:10 -0400 Topicbox-Message-UUID: e345d4b2-eac9-11e9-9e20-41e7f4b1d025 The Plan 9 gzip is not the NetBSD gzip. Sean Dorward wrote libflate and the Plan 9 gzip from scratch, and it only handles gzip deflate files, hence the name. I'm tired of compression programs that know every other compression format. They just confuse things.