A file contains the following contents ...
I want to replace the date/time string with the following....
2009-02-24-10.59.33.000000 ......
2009-02-24-10.59.40.000000 .....
Of course, this has to repeat for the complete file.
Is there a Perl command that would do it?
Code:
20090224T105933 s990atap01 Statistics 0 curam.util.internal.workflow.intf.WorkflowQueueHandler.handleWorkflow EnactmentMessage ( java.lang.String java.lang.String java.lang.Long ) true 5608 20090224T105940 s990atap01 Statistics 0 curam.util.internal.workflow.intf.WorkflowActivityQueueHandler.handle ActivityMessage ( java.lang.String java.lang.Long java.lang.Long java.lang.Long java.lang.String ) true 7308
2009-02-24-10.59.33.000000 ......
2009-02-24-10.59.40.000000 .....
Of course, this has to repeat for the complete file.
Is there a Perl command that would do it?
Comment