Aborting a Loop
Say I have a function which runs a while loop which always evaluates as true and thus keeps running, is there a way to abort this without just closing the terminal all together? Thanks.
Anonymous
Say I have a function which runs a while loop which always evaluates as true and thus keeps running, is there a way to abort this without just closing the terminal all together? Thanks.
Please start posting anonymously - your entry will be published after you log in or create a new account.
Asked: 12 years ago
Seen: 1,194 times
Last updated: Mar 03 '12
Probably Ctrl+C?
That works kcrisman, thanks.
Can you post this as an answer, so the question is officially answered?
I wasn't sure if that was what was being asked, that's all.