Path: utzoo!utgpu!jarvis.csri.toronto.edu!rutgers!umn-d-ub!umnd-cpe-cola!halam From: halam@umnd-cpe-cola.d.umn.edu (haseen alam) Newsgroups: comp.sys.mac Subject: Re: FTP'ing large files.... Summary: FTP'ing, concatinating large files togather Message-ID: <3196@umn-d-ub.D.UMN.EDU> Date: 4 Feb 90 00:42:29 GMT References: <1990Feb3.000455.5685@athena.mit.edu> Sender: root@umn-d-ub.D.UMN.EDU Reply-To: halam@umnd-cpe-cola.d.umn.edu (Haseen Alam) Distribution: usa Organization: University of Minnesota, Duluth Computer Science Lines: 17 In article <1990Feb3.000455.5685@athena.mit.edu> shahn@hstbme.mit.edu (Samuel Hahn) writes: > > >After getting all of the pieces of the file, how do you put it back together >again? I tried "cat'ing" the files together on my UNIX host, but when I >try to convert it back with Binhex, I get an error...and doing a cut and >paste on such huge segments isn't very practical...what's a fella to do? > > After cat'ing I generally look inside the file to delete all the headers and then use the right curly brace ( } ) to search for next blank lines. If it gets to the end then there will be a colon ( : ) at the end. Else if there are blanks inbetween, they need to be stripped. This works for me and I am not in search for a more efficient way to do it either. Haseen.