Re: Crtl + C

2001-07-16 Thread Sergio Gonzalez
try ctrl-d, finishes sending input to command ctrl-z, suspends current process, logging out kills it Sergio Gonzalez On Mon, 16 Jul 2001, Thomas Jakub wrote: > This is the code segment I was working with. When I > hit Crtl + C, or whatever, it doesn't break at all. > It just

Re: Crtl + C

2001-07-16 Thread Thomas Jakub
t, please send a message to: <[EMAIL PROTECTED]> > > > > > > > Thomas Jakub wrote: > > >This is the code segment I was working with. When > I > >hit Crtl + C, or whatever, it doesn't break at all. > > >It just keeps on going... Just to make sure I

RE: Crtl + C

2001-07-16 Thread Bradley M. Handy
ot;\nYou typed '${char}'\n"; print "--> "; } } ReadMode 0, STDIN; # End script. > -Original Message- > From: Thomas Jakub [mailto:[EMAIL PROTECTED]] > Sent: Monday, July 16, 2001 9:19 AM > To: [EMAIL PROTECTED] > Subject: Crtl

Crtl + C

2001-07-16 Thread Thomas Jakub
This is the code segment I was working with. When I hit Crtl + C, or whatever, it doesn't break at all. It just keeps on going... Just to make sure I have all my basis covered, what are some of the other linux break keystrokes? Here's the unbreakable code, which I want to be made