in reply to Combing Text Files into one file

If you are on a *nix system do this ...
$ cat file1 file2 file3 > file123

Replies are listed 'Best First'.
Re: Re: Combing Text Files into one file
by myocom (Deacon) on Sep 17, 2002 at 22:14 UTC

    And on Win32, copy src1+src2+src3 destination will do it.

    "One word of warning: if you meet a bunch of Perl programmers on the bus or something, don't look them in the eye. They've been known to try to convert the young into Perl monks." - Frank Willison