Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!uunet!bu.edu!nntp-read!jc From: jc@raven.bu.edu (James Cameron) Newsgroups: comp.unix.questions Subject: Re: tar Message-ID: Date: 10 Jun 91 16:36:03 GMT References: <11711@mirsa.inria.fr> Sender: news@bu.edu Organization: What do you mean 'That *can't* be done????' Lines: 52 In-reply-to: jc@raven.bu.edu's message of 10 Jun 91 14:57:27 GMT [...sorry, I was brain dead earlier today...] >>>>> On 10 Jun 91 14:57:27 GMT, jc@raven.bu.edu (James Cameron) said: >>>>> On 10 Jun 91 13:22:43 GMT, gilette@trinidad.inria.fr (Serge Gilette) said: Serge> I ftp archives from a site and i need to uncompress them, Serge> for they are tar file. I tryed to do tar -xf file.tar.Z Serge> but it gives me tar: directory checksum error (0 != -57), Serge> and if i use the -i option which is suppose to suppress Serge> such errors, it gives me a fulle page of errors ! Serge> What shall i do ? Serge> gilette@trinidad.inria.fr | University of Nice, Cote d'azur, France ME!> Try this: ME!> % tar xfv filename.tar ME!> That should do it. NO, that SHOULD NOT do it... Try this: % uncompress file.tar.Z % tar -xvf file.tar or have an alias such as: alias ux 'uncompress -c \!:1 | tar xvf - \!:2*' in your .alias file. (or other startup file like .login) (The alias is for csh or tcsh) Sorry for posting such an idiot message. I will be punished!!! jc -- -- James Cameron (jc@raven.bu.edu) Signal Processing and Interpretation Lab. Boston, Mass (617) 353-2879 ------------------------------------------------------------------------------ "But to risk we must, for the greatest hazard in life is to risk nothing. For the man or woman who risks nothing, has nothing, does nothing, is nothing." (Quote from the eulogy for the late Christa McAuliffe.)