![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | 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 here. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Crontab Entry | Dastard | Shell Programming and Scripting | 5 | 02-09-2007 11:22 PM |
| crontab entry | Sowser | UNIX for Advanced & Expert Users | 4 | 01-08-2007 02:34 PM |
| remove an entry in crontab | melanie_pfefer | SUN Solaris | 1 | 12-18-2006 02:45 AM |
| amending crontab entry | hcclnoodles | Shell Programming and Scripting | 1 | 10-26-2006 04:32 AM |
| crontab entry | matrixmadhan | UNIX for Dummies Questions & Answers | 3 | 06-07-2005 05:57 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
Crontab entry
Hello,
I am trying to schedule a job to run every 15 minutes from 7am to 5:30pm. Could someone show me the syntax for this? Thanks. |
| Forum Sponsor | ||
|
|
|
#2
|
||||
|
||||
|
two entries:
Code:
0,15,30,45 7-16 * * * some_script.sh 0,15,30 17 * * * some_script.sh |
||||
| Google The UNIX and Linux Forums |