Path: utzoo!utgpu!water!watmath!clyde!att!osu-cis!tut.cis.ohio-state.edu!bloom-beacon!apple!bionet!agate!ucbvax!CORY.BERKELEY.EDU!dillon From: dillon@CORY.BERKELEY.EDU (Matt Dillon) Newsgroups: comp.sys.amiga Subject: Re: UNCOMPRESS Message-ID: <8810020145.AA22649@cory.Berkeley.EDU> Date: 2 Oct 88 01:45:43 GMT Sender: usenet@ucbvax.BERKELEY.EDU Lines: 22 >Hello again with another silly question. > >Is UNCOMPRESS available for the amiga? I see COMPRESS on FF 51 but no uncompress. I am having GREAT difficulty using files wht the .Z extension (obviously) since the NET I am on sdoes not support UNCOMPRESS. Thanks for any help! > >Steve Brady compress and uncompress are the same program. To uncompress a file, use: compress -d You can also copy the program to the name 'uncompress' (so you have the two executables, 'compress' and 'uncompress' which are actually the same) And then just say: uncompress This is possible 'cause the program looks at av[0], the name of the command, for the default compress/uncompress mode. -Matt