Feb 12, 2001 #1 fatgit Programmer Feb 12, 2001 2 DE If I have shell script that fires off other process, how in the script can I find the process id of the started processes. Thanks, FG
If I have shell script that fires off other process, how in the script can I find the process id of the started processes. Thanks, FG
Feb 12, 2001 Thread starter #2 fatgit Programmer Feb 12, 2001 2 DE OK, $! gives the PID of the last background job. This should do the trick. FG Upvote 0 Downvote