in reply to How do I append more than one files?
You don't need perl for this. In the shell:
copy path\to\file1 + path\to\file2 + path\to\file3 path\to\newfile
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: How do I append more than one files?
by ambrus (Abbot) on Jun 16, 2004 at 09:00 UTC | |
by thor (Priest) on Jun 16, 2004 at 12:12 UTC | |
|
Re^2: How do I append more than one files?
by thor (Priest) on Jun 16, 2004 at 12:14 UTC |