Date:        Fri, 6 Dec 2019 05:53:04 +0100
    From:        Martin Schulte <g...@schrader-schulte.de>
    Message-ID:  <20191206055304.076d6115afa3a4f2a6a21...@schrader-schulte.de>

  | Yes - sure. But then I'm wondering why the unquoted backtick doesn't
  | start command substitution:

Too late.   Syntax elements must be recognised by the parser, they cannot
(ever) appear from an expansion (if that's needed an "eval" is required).

I'm not sure I accept the explanation for the \ missing though, quoting is
also a parser activity (though some of it also happens in pattern matching).
But normally, backslashes (or any other form of quoting) that result from
expansions are simply characters.   Quote removal is only supposed to remove
quotes that were present on the original command line.

kre


Reply via email to