Hi I have a shell program which takes date as a argument in the format YYYYMMDD . So i have $1 as 20031217 inside my shell Program . How do i parse this date to Year , Month and Day variables ..Someone suggested to use awk ,,but not sure how to use it..
Regards
dev
Regards
dev