Search Results

Search: Posts Made By: max_largo
20,231
Posted By max_largo
Tested your theory. Interesting results. ...
Tested your theory. Interesting results.

Created this script
#!/bin/ksh
echo 'Start'
sleep 6 &
RETVAL1=$!
sleep 4 &
RETVAL2=$!
sleep 2 &
RETVAL3=$!
wait $RETVAL1
echo $?
wait $RETVAL2...
20,231
Posted By max_largo
Background processes return 127 sporadically
I have created a shell script that spawns multiple background processes (spawns sqlplus application). I use an array to capture the process id of those background processes. I then loop through the...
Showing results 1 to 2 of 2

 
All times are GMT -4. The time now is 09:48 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy