Subject: Re: Couple Questions...
To: None <port-mac68k@NetBSD.ORG>
From: Chris Larson <larson@cs.utk.edu>
List: port-mac68k
Date: 03/23/1996 18:40:53
:> Hi, im trying to figure out how to segment an 8.5 meg file into smaller
:> segments, ftp them, then reassemble them in NetBSD. ANy help is
:> appreciated... my provider hangs up on my for some reason after about an
:> hour connected so i cant finish the FTP...
:> 

Try "split".
You can then cat * >> original.file

---
Chris