Replies: 1 comment
-
I think you just need to add --full-path |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
i tried a lot of stuff including:
fd -g '**/target/debug' --no-ignore
=> no outputfd -g 'target' --and 'debug' --no-ignore
=> no outputfd -s '^(target|debug)$' --no-ignore
=> containing either target or debug (which i piped to grep and it works... last resort)the fact that I dont really know how to articulate the problem coupled with how bad google has become, is getting me stuck on this, and i dont understand how something this simple is not..simple
Beta Was this translation helpful? Give feedback.
All reactions