![]() |
|
|
|
|
|||||||
| 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 |
| at vs cronjob | mokkan | SUN Solaris | 1 | 05-16-2008 08:50 PM |
| cronjob | wiz83 | UNIX for Dummies Questions & Answers | 1 | 01-24-2008 11:47 PM |
| CronJob | hcng08 | HP-UX | 1 | 08-01-2006 07:44 PM |
| cannot run cronjob | shahrahulb | UNIX for Advanced & Expert Users | 3 | 10-28-2004 06:45 AM |
| Cronjob | gerwhelan | Shell Programming and Scripting | 4 | 12-14-2001 03:17 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
Cronjob in Unix
Hi There,
I want to run a shell script as a cronjob. I dont want to go to the cronfile and give the details. Is their any way of running the script as a cronjob from within the script.I just wanted to know, whether can I build a wrapper script around the main script that runs the main script as a cron job. If, yes, please give me a snippet of how to do it? Thanx in advance |
| Forum Sponsor | ||
|
|
|
#2
|
||||
|
||||
|
You can submit an at job instead. See the man page for at.
|
||||
| Google The UNIX and Linux Forums |