tar

Jan-Piet Mens jpm at logixwi.uucp
Tue Jun 11 01:56:00 AEST 1991


gilette at 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 ?

	Try either
		$ zcat file.tar.Z | tar xvf -
	or
		$ uncompress file.tar.Z
		$ tar xvf file.tar


Bonne chance!
-- 
Jan-Piet Mens, Logix GmbH				    jpm at logixwi.UUCP
Moritzstr. 50, D-6200 Wiesbaden            ...!uunet!mcsun!unido!logixwi!jpm



More information about the Comp.unix.questions mailing list