Path: utzoo!attcan!uunet!lll-winken!ames!mailrus!tut.cis.ohio-state.edu!ucbvax!PSUVM.BITNET!ART100 From: ART100@PSUVM.BITNET ("Andy Tefft 862-6728", 814) Newsgroups: comp.sys.apple Subject: Re: what format are .Z files in? Message-ID: <8903281714.aa01931@SMOKE.BRL.MIL> Date: 28 Mar 89 22:14:00 GMT Sender: daemon@ucbvax.BERKELEY.EDU Organization: The Internet Lines: 9 Files with a .Z suffix which are stored on Unix machines are in compressed format -- use the uncompress program in Unix to uncompress them (this seems to be a pretty standard utility that everyone has). I'm not aware of a program to uncompress them on Apples. Anyone know of one? There is also a .z suffix, which indicates files packed with the 'pack' program, which uses Huffmann encoding. .Z files are packed with Lempel-Ziv.