Guest_imported
New member
- Jan 1, 1970
- 0
Hi,
Need to get the contents of one file behind the contents of the second one. Something like this:
File1:
1,2,3,4
6,7,8,9
a,b,c,d
words,are,possible,as
File2:
5
10
e
well
Should become:
1,2,3,4,5
6,7,8,9,10
a,b,c,d,e
words,are,possible,as,well
Thanks!
Need to get the contents of one file behind the contents of the second one. Something like this:
File1:
1,2,3,4
6,7,8,9
a,b,c,d
words,are,possible,as
File2:
5
10
e
well
Should become:
1,2,3,4,5
6,7,8,9,10
a,b,c,d,e
words,are,possible,as,well
Thanks!