crontab -e
you'll invoke an editor usually vi.
then you need to write these lines.
00 07 * * * /usr/local/bin/my-script 1> /dev/null 2> /dev/null
00 17 * * * /usr/local/bin/my-script 1> /dev/null 2> /dev/null
First column is minute of the day, second column is hour of the day.
At 08:40 AM 10/4/00 +0800, you wrote:
>Hi there & good day!
>
>I want to run a simple shell script
>every 7am and 5 pm everyday , I really dont know much about
>cron so can anyone advise mo on this..
>
>thanks
>SUPERMAN
>
>
>_
>Philippine Linux Users Group. Web site and archives at
>http://plug.linux.org.ph
>To leave: send "unsubscribe" in the body to [EMAIL PROTECTED]
------------------------------------------
Raul N. Ocampo
InfoBahn Communications, Inc.
Tel (632)913-8888
_
Philippine Linux Users Group. Web site and archives at http://plug.linux.org.ph
To leave: send "unsubscribe" in the body to [EMAIL PROTECTED]