Re: find dangling symlinks

2006-06-20 Thread Ron Johnson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Johannes Zellner wrote: > Hello, > > how do I find dangling symlinks? Visually, or all of them in a tree? - -- Ron Johnson, Jr. Jefferson LA USA Is "common sense" really valid? For example, it is "common sense" to wh

Re: find dangling symlinks

2006-06-20 Thread Derek
try cleanlinksOn 6/20/06, Michael Marsh <[EMAIL PROTECTED]> wrote: On 6/20/06, Johannes Zellner <[EMAIL PROTECTED]> wrote:> how do I find dangling symlinks?$ find -L -type lshould do it.  "-L" tells find to follow symlinks, and "-type l" (that's a lowercas

Re: find dangling symlinks

2006-06-20 Thread Michael Marsh
On 6/20/06, Johannes Zellner <[EMAIL PROTECTED]> wrote: how do I find dangling symlinks? $ find -L -type l should do it. "-L" tells find to follow symlinks, and "-type l" (that's a lowercase ell) matches symlinks. Since the only symlinks that wil

Re: find dangling symlinks

2006-06-20 Thread Owen Heisler
On Tue, 2006-06-20 at 22:16 +0200, Johannes Zellner wrote: > Hello, > > how do I find dangling symlinks? Perhaps the package called "symlinks" would help. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

find dangling symlinks

2006-06-20 Thread Johannes Zellner
Hello, how do I find dangling symlinks? -- Johannes -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]