![]() |
|
|
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 |
| What is a wrapper script | thana | UNIX for Dummies Questions & Answers | 1 | 01-28-2008 08:11 AM |
| How was the Gollum Developed? | Legend986 | Post Here to Contact Site Administrators and Moderators | 2 | 12-09-2007 08:37 PM |
| Bug has developed | arjunjag | High Level Programming | 3 | 07-23-2007 09:08 AM |
| Wrap Interactive Script | meskue | Shell Programming and Scripting | 0 | 06-23-2006 07:21 PM |
| What is wrapper script and how to write | chiru | UNIX for Dummies Questions & Answers | 1 | 06-12-2006 06:23 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
These steps should get you started.
This should get you started:
1)Invoke the first script. 2)Check for the process id (If the first script is running). ps -ef | grep "Process id" 3)If you get an output, sleep for "x" seconds. 4)If there is no output, the script has finished. 5)Still as a verifying criteria , you can create a empty file at the end of the script. 6)Check if the file has been created. 7)If the file has been created, start the second script. 8)Delte the empty file in the second script, which was created in the first script. If you need more help, paste your code by trying above and we can help you. Thanks! nua7 |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|