Path: utzoo!utgpu!news-server.csri.toronto.edu!mailrus!uunet!aplcen!haven!adm!smoke!gwyn From: gwyn@smoke.BRL.MIL (Doug Gwyn) Newsgroups: comp.sys.apple2 Subject: Re: TAR'ed files Message-ID: <13782@smoke.BRL.MIL> Date: 9 Sep 90 21:45:43 GMT References: <90251.182108SPC1@psuvm.psu.edu> Organization: U.S. Army Ballistic Research Laboratory, APG, MD. Lines: 13 In article <90251.182108SPC1@psuvm.psu.edu> SPC1@psuvm.psu.edu (Sean Costella) writes: >I've run into some problems again FTPing. I've found some programs archived >in a .TAR.Z format. I've downloaded them into a binary format, unZ'ed them >using GS Shrinkit. It then converted to a .TAR format. This is where I'm >stuck, if anyone knows how to unTAR the files, I'd appreciate a response. "tar" is AT&T proprietary software, although I believe there are some compatible public-domain or GNUware utilities that can unpack "tar" archives. However, you don't really need them for occasional use; a "tar" archive just contains the files in exact image form each preceded by a short header that contains the file name plus some binary owner/time info. Thus, any good text editor (one that doesn't mind a bit of binary here and there) can be used to carve a "tar" archive of text files into individual files.