in reply to Re^4: parent process stuck in read(2) on pipe opened to child process using backtick
in thread parent process stuck in read(2) on pipe opened to child process using backtick
This isn't really what I meant. Or how would you adapt this in any elegant way so that when put in a.sh, it runs the code in the script itself under a new process group? (The idea being that you could say my $x=`./a.sh` without creating an extra wrapper script.)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^6: parent process stuck in read(2) on pipe opened to child process using backtick
by choroba (Cardinal) on Feb 15, 2012 at 01:10 UTC | |
by Eliya (Vicar) on Feb 15, 2012 at 02:18 UTC |