Search Results

Search: Posts Made By: s1ckle
2,101
Posted By pravin27
Try this, awk -v yr=`date '+%Y'` 'BEGIN { ...
Try this,

awk -v yr=`date '+%Y'` 'BEGIN {
m["Jan"]="01"
m["Feb"]="02"
m["Mar"]="03"
m["Apr"]="04"
m["May"]="05"
m["Jun"]="06"
m["Jul"]="07"
m["Aug"]="08"
m["Sep"]="09"
m["Oct"]="10"...
Showing results 1 to 1 of 1

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