configure shell game
Brian Candler
b.candler at pobox.com
Wed Jun 3 18:37:18 AEST 2026
On 02/06/2026 22:48, Damien Miller wrote:
> ` isn't deprecated by any standard that I'm aware of
I observe that as of bash 5.3, the bash(1) manpage says[^1]:
Command Substitution
Command substitution allows the output of a command to replace
the command itself. There are two standard forms:
$(command)
or (deprecated)
`command`.
It also refers to "the old-style backquote form of substitution". But
why they decided to deprecate traditional / standard usage is unclear.
[^1]
https://cgit.git.savannah.gnu.org/cgit/bash.git/tree/doc/bash.1?h=bash-5.3
More information about the openssh-unix-dev
mailing list