Y
Hacker News
new
|
ask
|
show
|
jobs
by
tylermenezes
4843 days ago
erm, no? "while true; sl; done"
3 comments
X-Istence
4843 days ago
Hold ctrl + c down, eventually sl will have quit, and bash will quit the while loop. I've never had issues quitting out of
while true; do echo "stuff"; done
for example.
link
jlgreco
4842 days ago
zsh: suspended while true; do sl; done ?
link
laumars
4841 days ago
erm, yes. I suggest you try it before commenting next time.
link