Sorry, I tried:

tar cvf - `echo $a_list_of_files` | gzip -f | split -b10M file.tar.gz -

not

tar cvf - `echo $a_list_of_files` | gzip -f | split -b10M - file.tar.gz

that works
Thanks


----- Original Message -----
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, April 18, 2001 10:58 PM
Subject: Re: [vox-tech] One more question then I promise I'll stop


> On Wed, 18 Apr 2001, Jay Strauss wrote:
>
> > I read the man pages before I posted (and notice in the tar command I
use
> > the "-").  And I tried:
> >
> > tar cvf - `echo $a_list_of_files` | gzip -f | split -b10M - file.tar.gz
> >
> > But no go
>
> tar cv `echo $a_list_of_files` | gzip | split -b10000000 - file.tar.gz
>
> [...]
>
> --------------------------------------------------------------------------
-
> Jeff Newmiller                        The     .....       .....  Go
Live...
> DCN:<[EMAIL PROTECTED]>        Basics: ##.#.       ##.#.  Live
Go...
> Work:<[EMAIL PROTECTED]>              Live:   OO#.. Dead: OO#..  Playing
> Research Engineer (Solar/Batteries            O.O#.       #.O#.  with
> /Software/Embedded Controllers)               .OO#.       .OO#.
rocks...2k
> --------------------------------------------------------------------------
-


_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com

Reply via email to