Perlist at blogspot
2014/11/04
List broken link(s)
Also catches cyclic links:
find /path/to/search -type l -exec test ! -e {} \; -print
Does not catch cyclic links:
find
/path/to/search
-xtype l
Deprecated:
find
/path/to/search
-L -type l 2>/dev/null | xargs ls -l
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment