![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | 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 |
| Osmo: A daily organizer | iBot | UNIX and Linux RSS News | 0 | 01-09-2008 08:10 AM |
| How to make a daily calendar with OOo | iBot | UNIX and Linux RSS News | 0 | 12-07-2007 08:20 AM |
| Daily check helth | magasem | AIX | 4 | 10-07-2006 03:49 AM |
| Need a script to do daily backups | JPigford | UNIX for Dummies Questions & Answers | 10 | 01-18-2005 05:54 PM |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
How can I run a batch daily
I am very very new in Unix. Thank you for your forum : many answers for my dummy questions !
Today, I have a script that works well. I want it to run daily. How can I do ? What can I search in man ??? Thank you in advance. A. MARTINEZ |
| Forum Sponsor | ||
|
|
|
|||
|
Simple enough - use crontab file
man crontab cron is a process that will read the crontab file and submit scripts that will run at your predefined times. crontab -l This will show you your users current crontab file assuming you have one... |