Re: Send break to screen

2016-09-26 Thread Jim Mahood
If you know the pid, simply killing it with whatever signal you want would be most efficient. On Sep 26, 2016 6:08 PM, "Jostein Berntsen" wrote: > On 26.09.16,19:11, Jostein Berntsen wrote: > >> On 26.09.16,14:17, Colin Richardson wrote: >> >>> I am attempting to break a nodejs application that

Re: Send break to screen

2016-09-26 Thread Jostein Berntsen
On 26.09.16,19:11, Jostein Berntsen wrote: On 26.09.16,14:17, Colin Richardson wrote: I am attempting to break a nodejs application that is running in a detached screen. (From another screen nodejs application). But I am falling over at the first hurdle in just trying to send a break command in

Re: Send break to screen

2016-09-26 Thread Jostein Berntsen
On 26.09.16,14:17, Colin Richardson wrote: I am attempting to break a nodejs application that is running in a detached screen. (From another screen nodejs application). But I am falling over at the first hurdle in just trying to send a break command in the first place. I am doing ` screen -S se

Send break to screen

2016-09-26 Thread Colin Richardson
I am attempting to break a nodejs application that is running in a detached screen. (From another screen nodejs application). But I am falling over at the first hurdle in just trying to send a break command in the first place. I am doing ` screen -S ser02 -X "^C" ` But when I do ` screen -r ser02