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
[EMAIL PROTECTED]

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

> From:  David Glick <[EMAIL PROTECTED]>
> 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 -----



_______________________________________________
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs

Reply via email to