/ Published in: Bash
URL: http://scotgate.org/2007/03/04/howto-find-broken-symbolic-links-gentoo-linux-wiki/
Expand |
Embed | Plain Text
find . -type l | (while read FN ; do test -e "$FN" || ls -ld "$FN"; done)
You need to login to post a comment.
