Hi,
I have multiple files of the following format
FILE1:
Date Size
20041201 15,000
20041202 15,120
FILE2:
Date Size
20041201 1,195,040
20041202 2,334,140
ETC...
What I need to do is merge them into one file adding each respective line as it goes..
eg.
MASTERFILE:
Date Size
20041201 1,210,040
20041202 2,349,260
It would be ok if the comma's were not in the files, is there a way to remove the comma's and add the result?
thanks
I have multiple files of the following format
FILE1:
Date Size
20041201 15,000
20041202 15,120
FILE2:
Date Size
20041201 1,195,040
20041202 2,334,140
ETC...
What I need to do is merge them into one file adding each respective line as it goes..
eg.
MASTERFILE:
Date Size
20041201 1,210,040
20041202 2,349,260
It would be ok if the comma's were not in the files, is there a way to remove the comma's and add the result?
thanks