reformat text in perl

Posted by paul44 on Stack Overflow See other posts from Stack Overflow or by paul44
Published on 2010-06-10T11:50:43Z Indexed on 2010/06/10 12:02 UTC
Read the original article Hit count: 284

Filed under:
|

I have a file of 1000 lines, each line in the format

filename dd/mm/yyyy hh:mm:ss

I want to convert it to read

filename mmddhhmm.ss

been attempting to do this in perl and awk - no success - would appreciate any help

thanks

© Stack Overflow or respective owner

Related posts about perl

Related posts about awk