![]() |
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 |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts and shell scripting languages here. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| wait ${!} | risshanth | Shell Programming and Scripting | 2 | 06-06-2008 04:57 AM |
| About wait | Puntino | UNIX for Dummies Questions & Answers | 5 | 04-27-2008 05:07 AM |
| Need to execute 2 scripts, wait, execute 2 more wait, till end of file | halo98 | Shell Programming and Scripting | 1 | 08-01-2006 05:42 PM |
| 86% CPU for wait | big123456 | UNIX for Advanced & Expert Users | 3 | 11-04-2005 10:07 AM |
| Wait Command | lesstjm | Shell Programming and Scripting | 1 | 03-28-2005 03:55 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
Help with wait command
I have a script that runs numerous other scripts. I am using a wait command to try and get the calling script to wait for all process called to finish before proceeding.
Issues How can I set wait to timeout IE a called program never terminates. Alternatively how can I check the called process and then decide to kill them if they have gone past as set time reference. So the calling script can continue. I am finding sometimes wait never terminates and other times it terminates prematurely. Thanks ![]() |
|
||||
|
are you trying to run all the scripts at once from the parent script, using & ? if you call the scripts one after the other, the shell waits for one script to finish before starting the next in the code, though you can run several scripts at once in the back ground using &.
post your script code.. that would help... |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|