![]() |
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 |
| oracle background processes | vijayasawant | SuSE | 1 | 02-17-2009 02:44 PM |
| Question about background processes | neimaD | Linux | 10 | 09-10-2008 10:21 AM |
| Start and End times of background processes | stonemonolith | Shell Programming and Scripting | 2 | 06-12-2007 02:50 AM |
| Background processes return 127 sporadically | max_largo | Shell Programming and Scripting | 2 | 05-22-2003 01:49 PM |
| Background processes | korndog | UNIX for Advanced & Expert Users | 2 | 09-20-2001 09:56 AM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
hi there,
here's what i need in my korn-shell: ... begin korn-shell script ... nohup process_A.ksh ; nohup process_B.ksh & ... "other stuff" ... end lorn-shell script in plain english i want process A and process B to run in the background so that the script can continue doing "other stuff". but i want process B to follow process A (not run simaltaneously) i.e. B should start only after A is done. is there a simple elegant way to do this ? thanks jacob |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|