> Date: Fri, 2 Jul 2021 11:17:20 -0600
> From: "Todd C. Miller"
> Actually, the following _can_ be interrupted:
>
> while :; do done
>
> while :; do :; done
oops. its been so long i completely forgot.
> The only problem is:
>
> whil
On Fri, 02 Jul 2021 14:16:20 +1000, Reuben ua =?UTF-8?Q?Br=C3=AD=C4=A1?= wrote:
> you CAN interrupt
>
> while do sleep 0; done
>
> there is no need for exit, and it doesnt fix
>
> while do done
>
> or
>
> while :; do :; done
>
> if your she
> On Mon, 28 Jun 2021 22:20:15 +1000
> Reuben ua Bríġ wrote:
>
> you cant interrupt sh in
>
> while do done
>
> not that it matters.
> Date: Fri, 2 Jul 2021 09:07:41 +1000
> From: Stuart Longland
> oninterrupt() {
> echo "I was int
On Fri, 2 Jul 2021 14:16:20 +1000
Reuben ua Bríġ wrote:
> > while true; do
> > # Do something
> > sleep 10
> > done
>
> you CAN interrupt
>
> while do sleep 0; done
>
> there is no need for exit, and it doesnt fix
>
>
On Mon, 28 Jun 2021 22:20:15 +1000
Reuben ua Bríġ wrote:
> you cant interrupt sh in
>
> while do done
>
> not that it matters.
>
vk4ms
you cant interrupt sh in
while do done
not that it matters.
6 matches
Mail list logo