Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Splitting up files into equal sized groups O/T
- X-seq: zsh-users 11480
- From: Peter Stephenson <pws@xxxxxxx>
- To: zsh-users@xxxxxxxxxx
- Subject: Re: Splitting up files into equal sized groups O/T
- Date: Mon, 14 May 2007 16:00:30 +0100
- In-reply-to: <Xns992E887691D42zzappergmailcom@xxxxxxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- Organization: Cambridge Silicon Radio
- References: <Xns992E887691D42zzappergmailcom@xxxxxxxxxxx>
zzapper <david@xxxxxxxxxx> wrote:
> Hi
> I want to zip up 50 or so very large files into 4 huge zip files.
>
> The problem is that the files themselves are all very different
> sizes, I want to find a way of splitting up the list of files into
> four lists so that the size of the resulting zips are roughly the
> same size.
> (I don't want to use split zips)
The neatest way would be to tar (or, failing that, shar) the files up and
split that. The overhead isn't that great.
--
Peter Stephenson <pws@xxxxxxx> Software Engineer
CSR PLC, Churchill House, Cambridge Business Park, Cowley Road
Cambridge, CB4 0WZ, UK Tel: +44 (0)1223 692070
To access the latest news from CSR copy this link into a web browser: http://www.csr.com/email_sig.php
To get further information regarding CSR, please visit our Investor Relations page at http://ir.csr.com/csr/about/overview
Messages sorted by:
Reverse Date,
Date,
Thread,
Author