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 _______________________________________________ Info-cvs mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/info-cvs
- listing symbolic links recursively, with dir listing Hanser, Kevin
- Re: listing symbolic links recursively, with dir list... Larry Jones
- Re: listing symbolic links recursively, with dir list... Colby Allred
- Re: listing symbolic links recursively, with dir ... David Glick
- Re: listing symbolic links recursively, with ... Chris Garrigues
- Re: listing symbolic links recursively, w... David Glick
- Re: listing symbolic links recursively, w... Eric Siegerman
- Re: listing symbolic links recursive... Larry Jones
- Re: listing symbolic links recur... Greg A. Woods
- Re: listing symbolic links recursively, with dir list... Richard Cobbe
- Re: listing symbolic links recursively, with dir list... Paul Sander