Re: configure shell game

Brian Candler <[email protected]> Wed, 3 Jun 2026 09:37:18 +0100
Newsgroups gmane.network.openssh.devel
Message-ID <[email protected]>
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

_______________________________________________
openssh-unix-dev mailing list
[email protected]
https://lists.mindrot.org/mailman/listinfo/openssh-unix-dev