bug-bash
[Top][All Lists]
Advanced

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

Re: RFE: new syntax for command substitution to keep trailing newlines?


From: Alex fxmbsw7 Ratchev
Subject: Re: RFE: new syntax for command substitution to keep trailing newlines?
Date: Wed, 27 Jan 2021 05:41:21 +0100

$(( is math output as ((
<( and >( keep data

On Wed, Jan 27, 2021, 05:15 Clark Wang <dearvoid@gmail.com> wrote:

> For example, we can use ${( ... )} which is now wrong syntax.
>
> $ v=${( command ... )}
> bash: ${( command ... )}: bad substitution
>


reply via email to

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