|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Stay one step ahead of the competition. Evaluate and give feedback
on some of the hottest web development tools on the market today.
Make your opinion heard! Click
Here
|
|
#1
|
||||
|
||||
|
anyone know how set up a crontab to run every min...every 5 min...etc.
would 0..(some interval) work? |
|
#2
|
||||
|
||||
|
nevermind, i got it.
|
|
#3
|
|||
|
|||
|
I'm also interested in that, would you tell me where did you find information on that.
![]() |
|
#4
|
|||
|
|||
|
>>where did you find information on that.
The best way is to RTFMP (Manpage) of your specific OS. Let's use linux as an example, there are so many linux distributions out there, the manpage of crontab might be different in some way. |
|
#5
|
||||
|
||||
|
Every ten minutes would be done like this
0-59/10 * * * * /home/directory/script every five minutes 0-59/5 * * * * /home/directory/script etc.... |
![]() |
| Viewing: Dev Shed Forums > Other > Beginner Programming > cron |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|