in reply to Re^5: 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
Update: The echo would probably mess with the backticks. I should not link to a material I am not so familiar with :-)bash -i -c '(HERE GOES THE ORIGINAL CODE OF a.sh) & echo $!'
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^7: parent process stuck in read(2) on pipe opened to child process using backtick
by Eliya (Vicar) on Feb 15, 2012 at 02:18 UTC |