program to merge 2 txt-files needed
I would need a simple program/script that can merge 2 txt-files into one. The way it should be done is that the first line from txt1.txt should be written into txt3.txt, then the first line from txt2.txt should be written at the end of the first line in txt3.txt, then the second line from txt1.txt and second line of txt2.txt should appear on line 2 in txt3.txt etc.
so when viewing txt3.txt it would look just like if i have created 2 tables on a webpage listing txt1.txt in the first one and txt2.txt in the second.
Am i making any sense? if so, please help me out if anyone have something to do this, Thanks!
|