On Thu, 2016-12-01 at 14:01 +0100, Jack wrote:
OK, i see now.
For me, the best option is to do a bash script "myscript.bash" :
while read line do echo "$line" done < <(ping netpd.org & echo $!)
Then with pd :
[bash myscript.bash(
[shell]
You should be able to terminate the process with the pid return by echo $!
You made my day. That's exactly what I was looking for.
Thanks! Roman