On Tue, Apr 20, 2021 at 2:37 PM Greg Wooledge <[email protected]> wrote:
> With case, or any other compound command, the entire compound command is > read from the script and parsed, before bash can start running it. So, by > the time the set -v is executed, the entire case command has already been > read. Is not this what op wanted to be documented? regards, Dmitry
