Re: Send break to screen

2016-09-27 Thread -dan d.
And if you name the session it is easy to do withoutknowing the pid which varies each time it is started. On Mon, 26 Sep 2016, Jim Mahood wrote: 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:

Re: Send break to screen

2016-09-27 Thread Colin Richardson
@Jostein Berntsen You were so close. I started playing around with the "stuff" command you recommended and started to see a pattern forming. I eventually came to the idea of removed the single quotes around your suggestion 'stuff " "' and just used -X stuff "^C" and it worked. Thank you. I got it