Conversation:
Notices
-
drak (drak)'s status on Monday, 18-Nov-2019 03:10:54 EST
drak
If you’re in a tight loop in #bash and CTRL-C does not help, just use CTRL-z, then `fg` and CTRL-C. CTRL-z breaks out from the loop.