The manual says:
>A positional parameter is a parameter denoted by one or more
>digits, other than the single digit 0.
And about `${@:offset:length}', this is what's written there:
>If parameter is @, the result is length positional
>parameters beginning at offset.
Given these statements, I would
On 3/3/21 9:59 AM, Oğuz wrote:
The manual says:
A positional parameter is a parameter denoted by one or more
digits, other than the single digit 0.
And about `${@:offset:length}', this is what's written there:
If parameter is @, the result is length positional
parameters beginning at offset.
3 Mart 2021 Çarşamba tarihinde Chet Ramey yazdı:
> On 3/3/21 9:59 AM, Oğuz wrote:
>
>> The manual says:
>>
>>> A positional parameter is a parameter denoted by one or more
>>> digits, other than the single digit 0.
>>>
>>
>> And about `${@:offset:length}', this is what's written there:
>>
>>> If