in reply to Re^2: Getting PID of process forked by backticks
in thread Getting PID of process forked by backticks
If that's what you want, I'd recommend using fork. I did something similar a while back, using fork, as described in Timing and timing out Unix commands. If you get it working without using fork, I'd be interested in seeing your code.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Getting PID of process forked by backticks
by Anonymous Monk on Dec 14, 2012 at 20:38 UTC |