![]() |
|
|
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 |
| Help regarding crontab | tkbharani | UNIX for Advanced & Expert Users | 3 | 08-20-2007 07:55 AM |
| pls help on crontab | ss4u | UNIX for Dummies Questions & Answers | 2 | 01-09-2007 02:56 AM |
| crontab in AIX | smallbook | AIX | 25 | 12-05-2006 04:50 AM |
| crontab | sathiyamoorthy | UNIX for Dummies Questions & Answers | 1 | 04-21-2006 05:09 AM |
| Crontab | thumsup9 | UNIX for Dummies Questions & Answers | 2 | 02-14-2005 12:40 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
crontab in every 05,20,35,50 min
Hi ,
How can i set a cronjob which needs to run every 05,20,35,50 min . I tried 05,20,35,50 * * * * /exec/eerrtis/tttttk/AOOK00000/bin/Packing.sh.. but its giving error while saving the crontab file .... What is the correct way ??? Thanks and Regards |
|
||||
|
What error are you exactly getting?
|
|
||||
|
While trying to save, Following error i am getting
"/tmp/crontab.XXXXSqLQDG":4: bad minute errors in crontab file, can't install. Do you want to retry the same edit? .... If i am doing like 05* * * * /esasa/aslis/m2xtrk/A00000sds/bin/Packing.sh then it work also |
|
||||
|
Try the following:
5,20,35,50 * * * * /esasa/aslis/m2xtrk/A00000sds/bin/Packing.sh or 5 */4 * * * /esasa/aslis/m2xtrk/A00000sds/bin/Packing.sh Hope this will help you. Brgds, Yogi |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|