On Mon, 2007-04-16 at 06:16 -0700, jd wrote:
woodelf wrote:
> Wayne Smith wrote:
>
>> Ask a question about Linux, everyone falls over themselves to help
>> - and
>> that's certainly nice.
>
> Well I have my revenge ... *Opps* how do you split the binary file
> back again.
You could use split but you will have to know _where_
to split it. (@_@)
man split && info split.
Or use dd...
Gordon