tar

Rey Paulo rvp at softserver.canberra.edu.au
Wed Jun 12 10:56:55 AEST 1991


In article <11711 at mirsa.inria.fr> 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 ?
>
Do this:

zcat file.tar.Z | tar -xvf -

-- 
Rey V. Paulo                  | Internet:  rvp at csc.canberra.edu.au 
University of Canberra        | I am not bound to please thee with my answer. 
AUSTRALIA                     |         -Shylock, in "The Merchant of Venice" 
------------------------------+----------------------------------------------



More information about the Comp.unix.questions mailing list