![]() |
|
|
|
|
|||||||
| 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 |
| Osmo: A daily organizer | iBot | UNIX and Linux RSS News | 0 | 01-09-2008 09:10 AM |
| How to make a daily calendar with OOo | iBot | UNIX and Linux RSS News | 0 | 12-07-2007 09: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 06:54 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
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 | ||
|
|
|
#2
|
|||
|
|||
|
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... |
|
#3
|
|||
|
|||
|
Thank you very much !
|
|
#4
|
|||
|
|||
|
if u want to run script daily go for crontab or u can specify bash_profile where every time u log into the system it will run
|
|||
| Google The UNIX and Linux Forums |