On 27/7/20 22:09, Chet Ramey wrote:
> On 7/25/20 12:21 PM, Daniel Molina wrote:
>> Hi,
>>
>> I found some aspects of readline documentation that seem inconsistent to
>> me and I wanted to share them.
>>
>> 1. The difference between backward-kill-line and
Hi,
I found some aspects of readline documentation that seem inconsistent to
me and I wanted to share them.
1. The difference between backward-kill-line and unix-line-discard
readline commands.
Documentation states:
backward-kill-line (C-x Rubout)
Kill backward to the begin
Hello,
Is the following an intended behavior? Undefined? A bug?
$ a[1]=2; declare -n ref=a[1]; echo $ref $((ref))
2 0
Thanks,
Daniel