in reply to Cron Jobs That Run For Too Long
and schedule the shell script. I prefer the later because your crontab doesn't get messy and you can include mucho comments in the shell script#!/bin/sh cd /foo/dir ./runcmd_1.pl cd /foo2/dir2 ./runcmd_2.pl
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: Cron Jobs That Run For Too Long
by wolfger (Deacon) on Dec 21, 2005 at 12:44 UTC |