Last active
June 1, 2016 12:28
-
-
Save Tabea-K/4ef4e45d1f97d10cf5ff86656c261221 to your computer and use it in GitHub Desktop.
Prints a list of all broken symlinks in the current dir and its subdirs
This file contains hidden or 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
| 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