How do I find broken symbolic links in macOS?
12
votes
4
answers
2153
views
I would like to learn, how to find **broken symbolic links**, recursively given a path.
Just as a precise reference of what I am looking for, the Linux equivalent (that does not work in macOS) would be [
find -xtype
](https://www.gnu.org/software/findutils/manual/html_mono/find.html#index-_002dxtype) :
find /path/to/directory -xtype l
Asked by nostromo
(333 rep)
Apr 20, 2024, 05:37 PM
Last activity: Apr 26, 2024, 05:08 PM
Last activity: Apr 26, 2024, 05:08 PM