On Mon, Mar 02, 2020 at 11:54:24AM -0800, Keith Thompson wrote:
> /bin/echo hello \
>     > BASH_BUG_TEST_$((i++))_$word

The redirection happens in the subshell that was created to run the
external command.

Reply via email to