Re: finding dead links

Chad Glendenin (chad.glendenin@yale.edu)
Tue, 23 Feb 1999 00:54:01 -0500 (EST)

'symlinks -r /'

to delete dangling links:

'symlinks -rd /'

assuming you have symlinks installed. Redhat provides it as RPM.

ccg

On Mon, 22 Feb 1999, Ken Lai wrote:

> Is there a more elegant way than
> find / -type l -exec ls -lF \{ \} \;
> and trying to identify dead ones?
>
> --
> # Ken Lai <min-ken.lai@yale.edu> also at ken.lai@WriteMe.com
> # http://pantheon.yale.edu/~ml267/ ICQ# 5845632
>
>

_______________________
chad.glendenin@yale.edu
chad@glendenin.org
http://promethium.org
-----------------------