|
calculate the date of next satureday of current date.
I want to calculate the date of next satureday of current date using shell script.
Suppose, today is 27-feb-08
I want to get the date of next satureday, which means 01-mar-08, in the formate '' YYMMDD ".
I do this in ksh..
Please tell me any type of command which help me out.
Thanks in advance...
Last edited by rinku; 02-26-2008 at 09:17 PM..
|