Is it expected that ** work with extended pattern matching?

$ shopt -s extglob globstar
$ echo **
d1 d1/f d2 d2/f f
$ echo @(**)
d1 d2 f

Reply via email to