|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
SlickEdit: Code in over 40 languages across 7 platforms. SlickEdit’s unmatched power, speed, and flexibility allows even the most accomplished developers to write better code faster. Download a free trial today! |
|
#1
|
|||
|
|||
|
Crontab, correct syntax from command line help
from a telnet cmd prompt what is the correct syntax for setting up a crontab?
I want it to run at 23:59 everyday,everymonth,everyday of the week. crontab -e 59 23 1-31 1-12 0-6 * wget http://www.mydomain.com/update.php any help would be appreciated Thanks jobesd
__________________
I only do what the voices in my head keep telling me to do. |
|
#2
|
|||
|
|||
|
59 23 * * * /full/path/to/wget http://www.domain.com/update.php 2>&1 > /dev/null
Above is BSD's format so RTFM for yours. |
|
#3
|
|||
|
|||
|
I should have stated I have linux.
would you know the linux format? Thanks jobesd. |
|
#4
|
|||
|
|||
|
Can you man 5 crontab? If not, can you search google?
|
![]() |
| Viewing: Dev Shed Forums > Operating Systems > Linux Help > Crontab, correct syntax from command line help |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|