![]() |
|
|
google unix.com
|
|||||||
| Forums | Casino | Register | Forum Rules | Links | Albums | FAQ | Members List | Search | Today's Posts | Mark Forums Read |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts and shell scripting languages here. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Server goes down regularly- Please help | bsandeep_80 | UNIX for Advanced & Expert Users | 7 | 07-28-2008 01:43 AM |
| changing date | manoj.solaris | Linux | 1 | 09-12-2007 04:27 PM |
| Changing Creation Date to a Prespecified Date of a File In Unix | monkfan | UNIX for Dummies Questions & Answers | 4 | 11-28-2006 06:15 AM |
| Changing the date to EST | shiroh_1982 | Shell Programming and Scripting | 2 | 07-17-2006 03:07 AM |
| changing the date | JBX | UNIX for Dummies Questions & Answers | 2 | 09-13-2001 08:23 AM |
![]() |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|||
|
Changing date regularly..
Hi Guys,
Plzz help me out in this!!!!!!!!!!!!!!!! I have a file which runs in the back ground using crontab for every monday at5 P.M. The problem is inside the file ... This is a sample content of a file Update the current and previous week: (Sunday to Sunday) %let wk_curr=20070930; %let wk_prev=20070923 Here i need to change the dates regularly i.e. every week. before the job starts running on monday.. (20070923 is a sunday and also 20070930 is a sunday) so wen the job runs for th next time, i need the dates to be like %let wk_curr=20071007; %let wk_prev=20070930; there is no problem if the dates are changing within a month but in the case of last date of the month ,its not getting updated properly.. plzzz guide me in this as it s very urgent Regards, Anand |
| Sponsored Links |
|
|||
|
man date and/or Yesterdays Date/Date Arithmetic from this site's FAQ section.
|
![]() |
| Bookmarks |
| Tags |
| None |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|