On Thursday 14 February 2002 22:18, Geoffrey Lee wrote:
> Anyway, there are other ways to split files up -- but it does result in a
> bit of inconvenience if you don't know how to join them back up with a bit
> of shell scripting.

Instructions are your friend. Presuming the attachments arrived in order,

    cat complete.tar.gz.part* complete.tar.gz

...or on Windoze/DOS...

    copy /b complete.tar.gz.part01+complete.tar.gz.part02 complete.tar.gz

Cheers; Leon

Reply via email to