-
OS: Windows 11, fd 8.6.0 I would like to see all files with 50 in filename. fd should search in all paths starting from current matching 2024-cw*
return
|
Beta Was this translation helpful? Give feedback.
Answered by
vbd
Mar 14, 2024
Replies: 1 comment 4 replies
-
That looks like your shell isn't expanding the glob |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thank you for investigating. I tried your suggested solutions.
This solved my request:
fd -g '2024-cw*' -X fd 50
If somebody got a similar problem and looks up the solution:
-X
is the same as--exec-batch
Thank you @tmccombs very much!