[SunHELP] Cron Script
Thu Oct 17 11:43:52 CDT 2002
Try this...
Eg: * * * * * would run a command every minutes
A crontab file consists of lines of six fields each. The fields are
separated by spaces or tabs. The first five are integer patterns that
specify the following:
minute (0-59),
hour (0-23),
day of the month (1-31),
month of the year (1-12),
day of the week (0-6 with 0=Sunday).
Each of these patterns may be either an asterisk (meaning all legal
values) or a list of elements separated by commas. An element is
either
a number or two numbers separated by a minus sign (meaning an inclusive
range). Note that the specification of days may be made by two fields
(day of the month and day of the week). If both are specified as a
list
of elements, both are adhered to. For example, 0 0 1,15 * 1 would run
a
command on the first and fifteenth of each month, as well as on every
Monday. To specify days by only one field, the other field should be
set
to * (for example, 0 0 * * 1 would run a command only on Mondays).
Tony Jose
-----Original Message-----
From: Chris David [mailto:kchris_iii at hotmail.com]
Sent: Thursday, October 17, 2002 11:32 AM
To: sunhelp at sunhelp.org
Subject: [SunHELP] Cron Script
Hi
May be its simple!? Anyone know how to execute a script (say rr) in every
one minute all the day (24/7!)
thanks
_________________________________________________________________
Surf the Web without missing calls! Get MSN Broadband.
http://resourcecenter.msn.com/access/plans/freeactivation.asp
_______________________________________________
SunHELP maillist - SunHELP at sunhelp.org
http://www.sunhelp.org/mailman/listinfo/sunhelp
More information about the SunHELP
mailing list