/ Published in: Bash
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
find . -type l | (while read FN ; do test -e "$FN" || ls -ld "$FN"; done)
URL: http://scotgate.org/2007/03/04/howto-find-broken-symbolic-links-gentoo-linux-wiki/