Replies: 1 comment
-
Thank you for reporting this. I opened a bug ticket instead, which seems more appropriate: #1322 |
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 use this Ruby script to create a very large amount of recursive files and directories.
After running it a short while (~ 1s), I use
fd
to list them and get the total file count. But the result offd
differs fromfind
.When I use
fd --show-errors
, it shows that aFile name too long
error is encountered:How can I get rid of this? Looks like when I attempt to open a file with long path name, it has "File name too long" error; but I just want to simply list them.
Beta Was this translation helpful? Give feedback.
All reactions