Hello:
If I want to run a crontab every hour between 9 am to 9pm, will this work ??
00 09-19 * * * /.../.../../program.sh
If the above does not work, what should it be ??
Thanks, ST2003
Printable View
Hello:
If I want to run a crontab every hour between 9 am to 9pm, will this work ??
00 09-19 * * * /.../.../../program.sh
If the above does not work, what should it be ??
Thanks, ST2003
yes
next time try:
man crontab
www.unix.com
I don't have access to man pages..
Thx for the suggestion and for confirming..
St2003
how can you not have access to man pages if you have access to cron?
www.google.com
man crontab
huh
your sysadmin has to define your PATH
i think it should be ;)
0 09-21 * * * /.../.../../program.sh
:D That's the kind of person I like to hire...
Jeff,
be more specific...
0 9-21 * * * /.../.../../program.sh
im curious what does /.../ do (3 dots)