View Single Post
  #6  
Old 12-03-2005, 11:52 PM
CORed CORed is offline
Senior Member
 
Join Date: Sep 2002
Posts: 273
Default Re: Very easy to make...TXT file amalgamator...anyone want this projec

[ QUOTE ]
If using windows/dos, from a console prompt:

c:\>copy file1.txt + file2.txt + file3.txt newfile.txt

I'm sure you can do nearly the same thing with Linux, etc.

Regards,

T

[/ QUOTE ]

Yes you can: cat file_1 file_2[....file_n] > bigfile
Reply With Quote