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
---------------------------------------------------------------------------

Reply via email to