Hello, 

I noticed an outdated example on this page 
<https://www.debian.org/doc/manuals/debian-reference/ch01.en.html#_shell_glob> 
(and in the pdf page 57).

Context:
$ touch 1.txt 2.txt 3.c 4.h .5.txt ..6.txt
Since bash 5.2,
$ echo .*
does not return:
. .. .5.txt ..6.txt
but
.5.txt ..6.txt

Thank you so much for all you great work!

Have a lovely day,

Noémie

Reply via email to