Created
September 25, 2011 21:38
-
-
Save jnbek/1241191 to your computer and use it in GitHub Desktop.
broken symlinks
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
| To also show what the broken links used to point to: | |
| find -L Documents -type l -ls | |
| - or - | |
| find -L Documents -type l -exec ls -l "{}" \; | |
| - or - | |
| find -L Documents -type l -exec ls -l –color "{}" \; ## colorized |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
http://scotgate.org/2007/03/04/howto-find-broken-symbolic-links-gentoo-linux-wiki/