This is the mail archive of the cygwin@sourceware.cygnus.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: How do I split binaries to manageable chunks


--- "William S. Shu" <wshu@essex.ac.uk> wrote:
> Hello all,
> I tried using the cygwin-20 split command (under windows 95) to split binary
> files into manageable chunks.  This is for them to be transmitted down noisy
> lines, and be reconstituted (cf. your split version of full.exe).
> Unfortunately, it seems to handle only text files.
> 
> My question is/are:
> 1)    Could you please indicate to split and later recombine binary file(s)?
> 2)    Do I need to convert the file to a text equivalent before using split?
> If so, what software can I use to do this?

Hmm.  The split program is part of the textutils package.  I just checked the
cygwin source and find that it does not specify any file processing mode. :-(( 
I suggest that you get the textutils package and properly port split.c by
specifying the processing mode for the files being open both input and output.
===
Earnie Boyd <mailto:earnie_boyd@yahoo.com>

Newbies, please visit
<http://www.freeyellow.com/members5/gw32/index.html>

(If you respond to the list, then please don't include me)
_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com


--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]