Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!think.com!spool.mu.edu!uunet!ns-mx!hobbes.physics.uiowa.edu!news.iastate.edu!IASTATE.EDU!itan From: itan@IASTATE.EDU (Tanumihardjo Idarto) Newsgroups: comp.unix.questions Subject: Re: tar Message-ID: <1991Jun10.092945@IASTATE.EDU> Date: 10 Jun 91 14:29:45 GMT Article-I.D.: IASTATE.1991Jun10.092945 References: <11711@mirsa.inria.fr> Sender: news@news.iastate.edu (USENET News System) Reply-To: itan@IASTATE.EDU (Tanumihardjo Idarto) Organization: Iowa State University Lines: 23 In article <11711@mirsa.inria.fr>, gilette@trinidad.inria.fr (Serge Gilette) writes: > > I ftp archives from a site and i need to uncompress them, > for they are tar file. I tryed to do tar -xf file.tar.Z > but it gives me tar: directory checksum error (0 != -57), > and if i use the -i option which is suppose to suppress > such errors, it gives me a fulle page of errors ! > What shall i do ? > I think you have to use program named "uncompress" first before you can use the "tar" command. file.tar.Z --> original ftp files downloaded uncompress file.tar.Z --> produce file named file.tar tar -xf file.tar --> will extract these files to your current dir. ------------------------------------------------------------------------------- Idarto Tan internet: itan@iastate.edu Engineering Computing Support Services Iowa State University Ames, Iowa 50010