Hacker News new | ask | show | jobs
by tylermenezes 4843 days ago
erm, no? "while true; sl; done"
3 comments

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.

   zsh: suspended  while true; do sl; done

?
erm, yes. I suggest you try it before commenting next time.