Ali <[EMAIL PROTECTED]> writes:
> The windows FAT32 file system limits the file size to 4Gig.
> Are there means to use gzip with a limit on the resulting .zip file size ?
>
> i.e. instead of creating a file of, say 10 Gig, gzip would
> automatically create 3 files (4Gig, 4 Gig, 2 Gig)

On Unix or Cygwin I'd pipe the output of gzip through the "split"
command.  I don't know whether you can do that in your environment.

-- 
Keith Thompson (The_Other_Keith) [EMAIL PROTECTED]  <http://www.ghoti.net/~kst>
San Diego Supercomputer Center             <*>  <http://users.sdsc.edu/~kst>
We must do something.  This is something.  Therefore, we must do this.
_______________________________________________
Gnu-misc-discuss mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/gnu-misc-discuss

Reply via email to