Re: Bug in Bash Autocompletion: Hidden File, ...Hiding-From-You, Autocompleted Without Dot Prefix

2025-04-28 Thread Chet Ramey




   | I suspect this is the result your
   | programmable completion specification for `cat' produces.

I suspect it is more likely that the readline config option
"match-hidden-files" is "on" (which seems to be its default).


Good catch; I have that disabled in my environment.


--
``The lyf so short, the craft so long to lerne.'' - Chaucer
 ``Ars longa, vita brevis'' - Hippocrates
Chet Ramey, UTech, CWRUc...@case.eduhttp://tiswww.cwru.edu/~chet/


OpenPGP_signature.asc
Description: OpenPGP digital signature


Re: $* in here-document

2025-04-28 Thread Chet Ramey

On 4/24/25 11:13 PM, Martijn Dekker wrote:

Reproducer:

IFS=/
set a b c
cat