![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Advanced & Expert Users Advanced UNIX and Linux questions go here. Expert-to-Expert. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| script execute or no execute | Kespinoza97 | Shell Programming and Scripting | 4 | 06-23-2007 06:27 AM |
| Execute a part of shell script only after particular date and time | fed.linuxgossip | Shell Programming and Scripting | 2 | 06-16-2007 06:04 PM |
| how to run a Script automatically | hamsa | UNIX for Dummies Questions & Answers | 4 | 10-18-2006 01:09 PM |
| Script to find PID and kill automatically | ST2000 | Shell Programming and Scripting | 4 | 08-01-2002 07:38 AM |
| How to run a script automatically ????? | arunava_maity | UNIX for Dummies Questions & Answers | 7 | 05-02-2001 07:37 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
|||
|
i want a script to execute if the time is 12:00 automatically
i write a script for displaying a xmessage.But i want it to run automatically for every one hour.can any one help me.
|
| Forum Sponsor | ||
|
|
|
|||
|
If you want to run a script every hour (| day | year | etc.) cron is the way to go. If you want to run a script, lets say at 12:00, then you can use the at command. $> at 1200 command
|
|||
| Google The UNIX and Linux Forums |