bug-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: yet another $(case ... parse bug


From: Oğuz
Subject: Re: yet another $(case ... parse bug
Date: Fri, 24 May 2024 08:43:43 +0300

While you're at it take a look at this too:

true; for (( ; $? == 0; ${ ! break;} )); do uname; done

Once you run this command bash gets stuck in a state where it prints
the prompt string and reads commands but doesn't execute anything. If
you press Ctrl+C it returns to normal.

Oğuz



reply via email to

[Prev in Thread] Current Thread [Next in Thread]