![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Automatically Running Scripts | jeffreydavisjr | UNIX for Dummies Questions & Answers | 4 | 11-19-2008 05:05 AM |
| Running shell scripts automatically without using Batch or at commands | ritzwan0 | Shell Programming and Scripting | 3 | 09-17-2006 02:51 PM |
| automatically open | pau | Shell Programming and Scripting | 1 | 06-04-2006 12:24 PM |
| Scripts for calculating size and remaining space of a directory automatically. | leonall | Shell Programming and Scripting | 1 | 12-13-2005 02:30 PM |
| How to run a script automatically ????? | arunava_maity | UNIX for Dummies Questions & Answers | 7 | 05-02-2001 10:37 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
Hi !!
How do u run three scripts one after another automatically using crontab command at some specified regular interval. Say i have three scripts A,B,C and i want to run the three scripts A followed by B followed by C. REQUIRE HELP URGENTLY Thanks in advance Arunava . |
|
||||
|
continuous scripts
I usually just type the name of the script that you want to run next as the last line of your first script.....
for instance .. 1st script called one says this date > todaysdate 2nd scripts called two says grep 01 todaysdate 3rd script called three says ls /etc/fileneame i would put the following single script called all together ./one ./two ./three that should start all three scripts one after another. |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|