Double asterisk glob not matching subdirectories #126

Open
opened 2020-06-05 12:46:06 +02:00 by FWDekker · 1 comment
Owner

Given the sub-directory a/b/c/, running echo ** will only print a, not a a/b a/b/c.

Given the sub-directory `a/b/c/`, running `echo **` will only print `a`, not `a a/b a/b/c`.
FWDekker added the
bug
label 2020-06-05 12:46:06 +02:00
FWDekker self-assigned this 2020-06-05 12:46:06 +02:00
Author
Owner

See also comments in f5713fdf31, when support for ** was removed.

See also comments in [f5713fdf31](https://git.fwdekker.com/FWDekker/fwdekker.com/commit/f5713fdf31d0ea81047f484b17dc898225adaddb), when support for `**` was removed.
FWDekker added the
wontfix
label 2020-06-30 19:26:56 +02:00
Sign in to join this conversation.
No description provided.