Re: tar ?

Podushkin Sergey (psv@ttnt.tspace.ru)
Thu, 14 May 1998 09:24:01 +0000


Johan_Myr wrote:
>
> On Thu, 14 May 1998, Podushkin Sergey wrote:
> > Trouble with tar?
> > Try:
>
> > tar cvf TarBallYouWantToGet.tar SomeFile SomeDir ... |gzip
> > >TarBallYoWantToGet.tar.gz
> > rm TarBallYouWantToGet.tar
Oooops!
I'm fool! it's wrong!

That's right:

tar cvf TarBallYouWantToGet.tar SomeFile SomeDir
cat TarBallYouWantToGet.tar|gzip >TarBallYouWantToGet.tar.gz
rm TarBallYouWantToGet.tar

Sorry

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu