21 Şubat 2021 Pazar tarihinde Chet Ramey yazdı:
> On 2/21/21 3:05 PM, Oğuz wrote:
>
>> With the latest push to devel bash now accepts `if ! [[ ... ]] then :;
>> fi' too, but not `:() ! [[ ... ]]'. Is `! [[ ... ]]' (or `time [[ ... ]]')
>> a valid compound command or not?
>>
>
> Technically not; t
On 2/21/21 3:05 PM, Oğuz wrote:
With the latest push to devel bash now accepts `if ! [[ ... ]] then :; fi'
too, but not `:() ! [[ ... ]]'. Is `! [[ ... ]]' (or `time [[ ... ]]') a
valid compound command or not?
Technically not; they're pipelines.
--
``The lyf so short, the craft so long to le
With the latest push to devel bash now accepts `if ! [[ ... ]] then :; fi'
too, but not `:() ! [[ ... ]]'. Is `! [[ ... ]]' (or `time [[ ... ]]') a
valid compound command or not?
--
Oğuz