![]() |
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 |
| 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 |
| schedule tasks | tjay83 | Shell Programming and Scripting | 4 | 11-18-2008 12:16 PM |
| Crontab schedule | dkranes | UNIX for Dummies Questions & Answers | 3 | 10-02-2008 10:00 AM |
| Crontab Job - Schedule | prashanth_gs | SUN Solaris | 7 | 12-04-2006 05:03 AM |
| How to schedule a job | ashvik | UNIX for Advanced & Expert Users | 5 | 09-22-2005 07:53 AM |
| schedule dial-out different ISP's | Hansaplast | UNIX for Dummies Questions & Answers | 2 | 01-15-2002 03:23 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
Crontb schedule
Hi all experts,
I wanted to run the following scripts by crontab schedule but it does not run. I want to run every Tuesday in a week. Please help me to schedule it. 30 11 6,13,20,27 * * /usr/openv/scripts/media_summary.ksh |
|
||||
|
Code:
30 11 * * 2 /usr/openv/scripts/media_summary.ksh |
| Sponsored Links | ||
|
|
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|