-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 white-power racists that
whites a
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 lowercase ell) matches symlinks. Since the only s
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 will show as symlinks when they're automatically
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]
4 matches
Mail list logo