Created
June 11, 2015 17:44
-
-
Save apeckham/e98a303a9de73b4cf037 to your computer and use it in GitHub Desktop.
find broken symlinks on mac os x
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#http://unix.stackexchange.com/questions/34248/how-can-i-find-broken-symlinks | |
find . -type l ! -exec test -e {} \; -print |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment