pavithra123
IS-IT--Management
Hi All,
I have a file with the following data in it
2004-01-01:01:00:00.00
339462,107461
2004-01-01:02:00:00.00
202765,72707
Is there any way of formatting the data so that I get out the put like this
2004-01-01:01:00:00.00 339462,107461
2004-01-01:02:00:00.00 202765,72707.
I do not want to use the cut paste technique as I am not sure about the integrity of the data, I tried a few things with awk and Sed but I did not get the desired output.
Any help is greatly appreciated.
prem.
I have a file with the following data in it
2004-01-01:01:00:00.00
339462,107461
2004-01-01:02:00:00.00
202765,72707
Is there any way of formatting the data so that I get out the put like this
2004-01-01:01:00:00.00 339462,107461
2004-01-01:02:00:00.00 202765,72707.
I do not want to use the cut paste technique as I am not sure about the integrity of the data, I tried a few things with awk and Sed but I did not get the desired output.
Any help is greatly appreciated.
prem.