bug-bash
[Top][All Lists]
Advanced

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

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


From: Clark Wang
Subject: RFE: new syntax for command substitution to keep trailing newlines?
Date: Wed, 27 Jan 2021 12:14:33 +0800

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]