How to find broken links with fd? #1298
davecoutts
started this conversation in
General
Replies: 1 comment 2 replies
-
We don't really support this as a special feature, but you can actually use the fd --type=symlink --follow or in short: fd -tl -L # or even fd -Ltl But note that this will follow valid symlinks while searching. You can combine this with other options such as |
Beta Was this translation helpful? Give feedback.
2 replies
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
-
I would like to find broken links ... fast, using
fd
.Is there an equvilent to
find /blah -xtype -l
infd
?Beta Was this translation helpful? Give feedback.
All reactions