On 01/30/2014 09:07 PM, Philip Pemberton wrote:
Does anyone know what the default BREAK/Interrupt key
combination is on
the AT&T 3B1 / 7300 UNIX PC?
I was expecting Ctrl-C, but that doesn't seem to do anything.
(I'm trying to kill off a long-running task which I've lost patience in
ever completing!)
Thanks,
You can try Control-Z which will put it in the background, then kill %1
(or whatever the task # is).
You can then play with stty intr (hit control V, then control C) to
define a new interrupt, and add that to your .profile