How to merge txt files
807603Nov 9 2007 — edited Nov 9 2007Hey!
I would like you to give me a hint
I have the some files with data inside each file like this
filename ---------------->data
a.txt --------------------> my name is /n John
b.txt --------------------> Your name is /n Maria
c.txt --------------------> His name is /n Tony
d.txt --------------------> Her name is /n Alexandra
,where /n denotes a new line
Do you have any idea how could I merge them in a single txt file ,this is
e.txt --------------------->my name is /n John /n Your name is /n Maria /n His name is /n Tony /n Her name is/n Alexandra
Thanks in advance!