[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Possible problem with ${var%%[...]*}
From: |
Oğuz |
Subject: |
Re: Possible problem with ${var%%[...]*} |
Date: |
Sun, 2 Apr 2023 19:54:01 +0300 |
2 Nisan 2023 Pazar tarihinde Martin Schulte <gnu@schrader-schulte.de> yazdı:
> Hello,
>
> in the following lines I consider dash's behaviour as correct an bash's as
> wrong:
>
Bash expands `<()' as a process substitution. If you escape `<' or `(' it
works fine.
I am surprised that `<()' is not a syntax error when `()' is though.
--
Oğuz