On 4/1/20 1:47 PM, Andreas Schwab wrote:
> On Apr 01 2020, Krystian Wojtas via Bug reports for the GNU Bourne Again 
> SHell wrote:
> 
>>         Making comments in pipes using command substitution is very helpful. 
>> But there is syntax error it it is done just before while loop. Could it be 
>> considered as bug?
> 
> Not a bug.  Reserved words are only recognized at the start of a
> command, before any expansions.  For the same reason a compound command
> cannot be preceded by redirections.

Yes, and also please note that the historical `` form of command
substitution isn't guaranteed to be able to parse arbitrary commands.
Use $(...) for that.

Chet

-- 
``The lyf so short, the craft so long to lerne.'' - Chaucer
                 ``Ars longa, vita brevis'' - Hippocrates
Chet Ramey, UTech, CWRU    c...@case.edu    http://tiswww.cwru.edu/~chet/

  • Command sub... Krystian Wojtas via Bug reports for the GNU Bourne Again SHell
    • Re: Co... Andreas Schwab
      • Re... Chet Ramey
        • ... Krystian Wojtas

Reply via email to