On Tue, 30 Sep 2003, Christof Hurschler wrote:

> Hi,
>
> I've scanned the cron man pages, but it seems that cron is only set up to do
> daily, weekly, and monthly jobs in Debian.
>
> Is there a simpe way to have a script execute at shorter time intervals. I'd
> like to run the swendeleter.pl script automatically every so often to keep my
> mailbox from overfiling.

Hi,
Pretty easy to do. Become to use you want the script to run as (root or
yourself)

crontab -e

then add the line

0       *       *       *       * /path/to/swendeleter.pl

That should do it

rgds

rus
-- 
w: http://www.jvps.com  | Linux + FreeBSD Servers from $15/mo
e: [EMAIL PROTECTED]        | Dedicated Servers from $119/mo
t: +44 7919 373537      | email: [EMAIL PROTECTED]
t: 1-888-327-6330       | email: [EMAIL PROTECTED]



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to