![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Crontab Entry | Dastard | Shell Programming and Scripting | 5 | 02-10-2007 02:22 AM |
| crontab entry | Sowser | UNIX for Advanced & Expert Users | 4 | 01-08-2007 05:34 PM |
| remove an entry in crontab | melanie_pfefer | SUN Solaris | 1 | 12-18-2006 05:45 AM |
| amending crontab entry | hcclnoodles | Shell Programming and Scripting | 1 | 10-26-2006 07:32 AM |
| Crontab entry | bestbuyernc | Shell Programming and Scripting | 1 | 09-12-2005 03:13 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
crontab entry
hi
thanks for the reply will this work //inside the script ( which is to entered in the crontab ) currMonth=`date '+%m'` currDate=`date '+%d'` case $currMonth in 03|12) lastDate=31 ;; 06|09) lastDate=30 ;; esac if [ $currDate = $lastDate ] then **** run the program here ******** fi thanks |
| Sponsored Links | ||
|
|
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|