info-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: listing symbolic links recursively, with dir listing


From: Larry Jones
Subject: Re: listing symbolic links recursively, with dir listing
Date: Thu, 18 Jan 2001 18:01:08 -0500 (EST)

Hanser, Kevin writes:
> 
> I need to be able to recursively list all the
> symbolic links, and what subdirectories they're in.  I can do a 
> 'ls -lR | grep lrwx' and that will show me all the links and where they
> point, but I can't tell what subdirectory they're in.  I need to be able to
> list them out and have the full path/filename listed...

This really doesn't have anything to do with CVS, but

        find . -type l -print

-Larry Jones

I must have been delirious from having so much fun. -- Calvin



reply via email to

[Prev in Thread] Current Thread [Next in Thread]