On Fri, 2023-02-24 at 10:05 -0500, Dmitry Goncharov wrote:
> On Fri, Feb 24, 2023 at 6:55 AM Frank Heckenbach
> wrote:
> ...
> > So "*/" ignores the symlink to a file as expected, but "l*/" does
> > return it, likewise "*/*/" which doesn't make much sense to me.
>
> There is a known bug in glibc
On Fri, Feb 24, 2023 at 6:55 AM Frank Heckenbach
wrote:
...
> So "*/" ignores the symlink to a file as expected, but "l*/" does
> return it, likewise "*/*/" which doesn't make much sense to me.
There is a known bug in glibc glob impl.
$ ls
makefile
$ cat makefile
all:; $(info $(wildcard hell*/))