-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
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
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
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]
Hello,
how do I find dangling symlinks?
--
Johannes
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
5 matches
Mail list logo