From mboxrd@z Thu Jan 1 00:00:00 1970 Content-Type: text/plain; charset="koi8-r" From: "Andrey S. Kukhar" To: 9fans@cse.psu.edu Subject: Re: [9fans] compress(1) missing? References: In-Reply-To: MIME-Version: 1.0 Message-Id: <02100123194600.00596@localhost.localdomain> Content-Transfer-Encoding: 8bit Date: Tue, 1 Oct 2002 23:23:51 -0400 Topicbox-Message-UUID: fab9597e-eaca-11e9-9e20-41e7f4b1d025 Plan 9 system don`t have neither compress nor uncompress utils, for uncompressing *.Z files you can use gunzip, but you can`t create *.Z archives by using gzip. -ask