Re: mysteries with the placeholder variable _

2020-12-12 Thread Lawrence Velázquez
> On Dec 12, 2020, at 5:51 PM, Léa Gris wrote: > > It raises multiple observations: > > - I thought the placeholder variable _ was a sinkhole like /dev/null. It is not. I expect you've been deceived by countless examples like: read var1 var2 _ var3 _ var4 Your three non-dash shells explic

Re: mysteries with the placeholder variable _

2020-12-12 Thread Robert Elz
Date:Sat, 12 Dec 2020 23:51:19 +0100 From:=?UTF-8?B?TMOpYSBHcmlz?= Message-ID: | - I thought the placeholder variable _ It isn't really a placeholder variable, it is a magic piece of sh*t invented by ksh (initially) to fill the role that !$ had in csh (bash has !$