Go Back   The UNIX and Linux Forums > Top Forums > Shell Programming and Scripting
.
google site




Thread: date
View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #1 (permalink)  
Old 04-01-2008
charandevu charandevu is offline
Registered User
 

Join Date: Mar 2008
Posts: 29
date

file1
E108,0,2/3/1995,0,E001,E003,A,15000,1250,7.211538,12/14/2008
E109,0,2/15/1995,0,E001,E001,A,78000,6500,37.5,2/3/1995



resultant date should be in this formate
E108,0,199523,0,E001,E003,A,15000,1250,7.21153820081214
E109,0,1995215,0,E001,E001,A,78000,6500,37.5,199523


Is the any command or code that would do this .........please replay asap........
Identifing the date values in the each row cutting dd mm yyyy separately and arranging in this order yyymmdd.........is there any command that do or code.......
Sponsored Links