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
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
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
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