Path: chuka.playstation.co.uk!scea!greg_labrec@interactive.sony.com From: Elliott Lee Newsgroups: scee.yaroze.beginners Subject: Re: .TAR problems Date: Thu, 26 Feb 1998 22:03:06 -0800 Organization: . Lines: 43 Message-ID: <34F6571A.82EAABED@netmagic.net> References: <01bd430f$38d81e60$0a02bfc3@manolo> <34F5FF3B.26CF@hotmail.com> Reply-To: tenchi@netmagic.net NNTP-Posting-Host: dhcp-e-39-245.cisco.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Mailer: Mozilla 4.03 [en] (Win95; U) pal wrote: > Winzip doesn't extract files with the .tar extension because it's not I have WinZip v6.2 and it reads TAR files just fine. (I just tested it right now for a sanity check.) It may be using a helper program, but I thought it did it natively. :P FYI, TAR files are not compressed. GZIPped TAR files are, and they usually have a ".gz" extension. tar -cf Creates a TAR archive. tar -tf Lists the contents of a TAR archive. tar -xf Extracts the contents of a TAR archive. tar -cfz Creates a GZIPped TAR archive. tar -xfz Uncompresses a GZIPped TAR archive. man tar Get the help details, of course. tar --help Help text on some systems like Linux. The "-v" option just tells it to be really verbose when extracting files. > its preferred format (which is .zip). > As you point out, you have to use tar.exe. But, as a Unix tool, tar > requires strange options to do simple things. "tar -xvf " > should uncompress your file, if I remember correctly. > Type "tar" with no filename nor option, you'll be given the details. > > Hope this helps, > pal > (palpalpalpal@hotmail.com) - e! tenchi@netmagic.net http://www.netmagic.net/~tenchi/yaroze/