Search Results

Search: Posts Made By: shanu_85
4,479
Posted By shanu_85
@fpmurphy can u explain the sed u have...
@fpmurphy

can u explain the sed u have used??
wat if i want to change the 3rd field?? wat do i have to change in the syntax for that?

Thanks
19,174
Posted By shanu_85
Great!!!! It works!!!:b: Thanks:)
Great!!!! It works!!!:b:

Thanks:)
19,174
Posted By shanu_85
awk -v does nt seem to work. awk -v...
awk -v does nt seem to work.

awk -v var="01-JUL-00" '
BEGIN{
split("JAN FEB MAR APR MAY JUN JUL AUG SEP OCT NOV DEC", month, " ")
for (i=1; i<=12; i++) mdigit[month[i]]=i
...
25,341
Posted By shanu_85
@era Could u post the complete awk statement...
@era

Could u post the complete awk statement that can be used to convert JAN to 01 and so on?

thanks
19,174
Posted By shanu_85
Using awk to convert DD-MMM-YY to YYYYMMDD
Hi
i need to convert a date in the format DD-Mon-YY to YYYYDDMM

Ex : 01-JUL-00 to 20000701

Can anybdy help me with this??

Thanks in advance
Shenaz
Showing results 1 to 5 of 5

 
All times are GMT -4. The time now is 02:18 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy