Return to Snippet

Revision: 24441
at March 1, 2010 19:00 by wnasich


Initial Code
find . -type l | (while read FN ; do test -e "$FN" || ls -ld "$FN"; done)

Initial URL
http://scotgate.org/2007/03/04/howto-find-broken-symbolic-links-gentoo-linux-wiki/

Initial Description


Initial Title
Find broken symbolic links

Initial Tags
links, linux

Initial Language
Bash