CTRL-\  is like CTRL-C in the terminal, just sends a more aggressive signal
than a CTRL-C does

So it kills a process running in the foreground just like CTRL-C does, but
instaed of sending a SIGINT it sends a more aggressive SIGQUIT

On Tue, Jul 17, 2012 at 11:07 AM, Daniel Fussell <dfuss...@byu.edu> wrote:

> On 07/13/2012 01:01 PM, Thomas S Hatch wrote:
> > I only learned a few years ago about CTRL-\ that's awesome sauce
> >
> Ok, Thomas, I'll bite; what does CTRL-\ do?
>
> ;-Daniel Fussell
>
> /*
> PLUG: http://plug.org, #utah on irc.freenode.net
> Unsubscribe: http://plug.org/mailman/options/plug
> Don't fear the penguin.
> */
>

/*
PLUG: http://plug.org, #utah on irc.freenode.net
Unsubscribe: http://plug.org/mailman/options/plug
Don't fear the penguin.
*/

Reply via email to