[PD] shell and "ctrl c"

Jamie Bullock jamie at postlude.co.uk
Thu Feb 16 09:47:49 CET 2006


Hi,

One way would be to send [killall tail( to shell. A better possibility, but still not ideal would be to use [pidof tail( to get the process numbers of all tail processes, and kill the one with the highest pid. Of course neither of these methods guarantee that you are only killing processes initiated by shell.

Jamie


On Fri, 10 Feb 2006 22:16:06 +0100
moritz <erstens at gmx.ch> wrote:

> ola,
> when i work with pd's [shell] and execute something like: [tail -f 
> somepipe<.
> How can i stop this process, like in "real" shell with "ctrl c"?
> 
> thanks
> mORitz
> 
> _______________________________________________
> PD-list at iem.at mailing list
> UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list




More information about the Pd-list mailing list