DoH! I can't believe I didn't think of that! Well, it worked like the charm that it is. Thanks. Miark ----- Original Message ----- From: David E. Fox <[EMAIL PROTECTED]> To: Miark <[EMAIL PROTECTED]> Sent: Monday, June 25, 2001 12:12 PM Subject: Re: [newbie] Concating a split file > > Now that the files are there, I have no idea how to put Humpty Dumpty back > > together again? Concat? > > Just use cat. > > $ cat file.1 file.2 file.3 file.4 >file.whole > > If you have the foresight to split your file in logically named > segments, you can use shell shorthand like: > > $ cat file.[0-9] file.1[0-9] file.2[0.9] > file.whole > > I used to do this a lot when I got files by mail a long time ago... > > > Miark > > ------------------------------------------------------------------------ > David E. Fox Thanks for letting me > [EMAIL PROTECTED] change magnetic patterns > [EMAIL PROTECTED] on your hard disk. > ----------------------------------------------------------------------- >
