Here's how I run scripts every 30 seconds from crontab:
* * * * * /path/to/somescript
* * * * * sleep 30; /path/to/somescript
Cheers,
Chris.
On Saturday 13 September 2003 06:02, Jerry Bell wrote:
> As has been pointed out, this will make it run every 2 minutes, not every
> 30 seconds. I don't
On Monday 03 February 2003 08:53, Ivailo Tanusheff wrote:
> Hi,
>
> I'm wondering if anybody succeeded in running nocc on FreeBSD. I've
> encountered many problems and still can't make it run properly. May
> somebody help me deal with this?
>
>
> Thanks in advantage,
> Ivailo Tanusheff
What seems