![]() |
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 |
| awk/sed/ksh script to cleanup /etc/group file | pdtak | Shell Programming and Scripting | 6 | 02-28-2008 03:33 AM |
| Help with cleanup | whdr02 | Shell Programming and Scripting | 2 | 01-25-2008 03:44 PM |
| send mail after script finishes running | srikanthgr1 | Shell Programming and Scripting | 2 | 04-25-2007 08:22 AM |
| Login ID cleanup | MILLERJ62 | AIX | 1 | 05-12-2006 04:20 AM |
| sendmail cleanup | thomi39 | UNIX for Dummies Questions & Answers | 1 | 02-23-2006 09:48 AM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
performing cleanup when a job finishes
The title sounds like an easy problem (maybe it is), however, the catch is that when a job 'A' is called inside a wrapper, the execution does not wait for 'A' to finish, but it goes on to the next line (right after kicking off 'A').
My question is, how will you keep the execution waiting for that job to complete, so that I can perform some cleanup and/or archiving of files after 'A' completes. *Note: Something that might help.... When 'A' is kicked off, it begins writing some lines of data to a file called success.txt. When 'A' completes, it stops writing to success.txt. Thanks, CB |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|