![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts here. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Crontab error Cannot execute binary file. | raccsdl | Shell Programming and Scripting | 5 | 11-13-2007 03:22 AM |
| how to execute sh script in bash shell via crontab | jigarlakhani | UNIX for Dummies Questions & Answers | 1 | 06-23-2007 05:50 PM |
| Can crontab execute binary files? | Tris | UNIX for Dummies Questions & Answers | 5 | 12-07-2006 11:16 AM |
| Need to execute 2 scripts, wait, execute 2 more wait, till end of file | halo98 | Shell Programming and Scripting | 1 | 08-01-2006 01:42 PM |
| crontab ..sqlplus cannot execute | zikronz | High Level Programming | 1 | 04-29-2005 07:03 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
Need to execute a complete url from crontab
Hi,
I need to execute a URL through crontab. Please could you help me to. I need something like 15 0 * * * http://www.mysite.com/index.php. Is it possible. If not, how can I execute a script from another server.. Any help will be appritiatable. Many thanks, Nissar.P.K |
| Forum Sponsor | ||
|
|
|
#2
|
|||
|
|||
|
well, I think the better way you can do that is to create a small script that executes that url. And then in the crontab you execute the script at the time you want.
|
|
#3
|
|||
|
|||
|
|
|||
| Google The UNIX and Linux Forums |