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: Chris Garrigues
Subject: Re: listing symbolic links recursively, with dir listing
Date: Thu, 18 Jan 2001 17:42:52 -0600

> From:  David Glick <address@hidden>
> Date:  Thu, 18 Jan 2001 15:36:52 -0800 (PST)
>
> Or you might try:
> 
> find . -type l -exec ls -l {} \;

Or (depending on your version of find):

find . -type l -ls

(When I taught an Intro to Unix course, I recommended that my students re-read 
the find man page every few months.  Every time I re-read it, I find something 
I didn't know before.)

Chris

-- 
Chris Garrigues                 http://www.DeepEddy.Com/~cwg/
virCIO                          http://www.virCIO.Com
4314 Avenue C                   
Austin, TX  78751-3709          +1 512 374 0500

  My email address is an experiment in SPAM elimination.  For an
  explanation of what we're doing, see http://www.DeepEddy.Com/tms.html 

    Nobody ever got fired for buying Microsoft,
      but they could get fired for relying on Microsoft.


Attachment: pgpqP3YhANFLH.pgp
Description: PGP signature


reply via email to

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