Checks
Describe the bug you encountered:
> fd -p foo.txt
bar/baz/foo.txt
> fd -p -g foo.txt
(no results) <-- ??
> fd -p -g '**/foo.txt'
bar/baz/foo.txt
> fd -p -g '/**/foo.txt'
bar/baz/foo.txt
> fd -p -g 'bar/**/foo.txt'
(no results) <-- ??
Are the two (no results) above supposed to work?
Describe what you expected to happen:
No response
What version of fd are you using?
fd 10.2.0
Which operating system / distribution are you on?
Checks
Describe the bug you encountered:
Are the two
(no results)above supposed to work?Describe what you expected to happen:
No response
What version of
fdare you using?fd 10.2.0
Which operating system / distribution are you on?