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: David Glick
Subject: Re: listing symbolic links recursively, with dir listing
Date: Thu, 18 Jan 2001 16:43:50 -0800 (PST)

You make it too simple.  From the "Real programmers don't eat quiche" manual:

"If it was hard to write, it should be hard to understand and harder to 
modify"... <g>


David Glick
Transmit Consulting, Inc
619-475-4052
address@hidden

----- Original Message -----

> 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.



----- Original Message -----





reply via email to

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