![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | 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 |
| Help with exec command and file descriptors II | masaki | Shell Programming and Scripting | 1 | 03-18-2008 12:12 AM |
| exec command and field descriptors.. | moxxx68 | UNIX for Dummies Questions & Answers | 5 | 12-04-2004 01:58 PM |
| exec command | g_s_r_c | Shell Programming and Scripting | 1 | 09-20-2004 09:20 AM |
| using the -exec command | moxxx68 | UNIX for Dummies Questions & Answers | 0 | 04-13-2004 11:51 AM |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
crontab + exec command
hi I am trying to activate auto_run.sh from crontab using following command line but nothing happen.
35 11 * * * -exec /u/uniacc/auto_run.sh and this is the first line of auto_run.sh ksh exec auto_inv.4ge > kti |
| Forum Sponsor | ||
|
|
|
|||
|
You get that by email? Then your crontab is working, you just need to fix the syntax. For example, just take out the"-exec".
Probably the syntax of auto_run.sh should be audited too; that first line doesn't look right, but if it works, maybe you don't want to mess with it. |