Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!wuarchive!zaphod.mps.ohio-state.edu!uakari.primate.wisc.edu!xanth!xanth.cs.odu.edu!tadguy From: tadguy@cs.odu.edu (Tad Guy) Newsgroups: comp.sys.amiga Subject: Re: tar.Z files Message-ID: Date: 10 Mar 90 22:10:44 GMT References: <13469@baldrick.udel.EDU> Sender: news@cs.odu.edu Organization: Old Dominion University, Norfolk, VA Lines: 22 In-reply-to: GJose@system-m.phx.bull.com's message of 10 Mar 90 17:24:06 GMT > I have just obtained an amiga file with a .tar.Z suffix. Could someone > please tell me what I have to do to uncompress/unarchive this file? Under UNIX, something like zcat file.tar.Z | tar xvf - or uncompress file.tar.Z tar xvf file.tar On the Amiga (I haven't tried this yet), it should be like the second example. Amiga TAR will be coming in comp.binaries.amiga soon pending approval. Until then, if you have a UNIX machine nearby, you might want to unpack it there. > Also the location (ftp sites) of the utilities necessary to achieve > this? When TAR comes out, it'll be available from comp.binaries.amiga archive sites, such as xanth.cs.odu.edu and f.ms.uky.edu. ...tad