bug-findutils
[Top][All Lists]
Advanced

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

[bug #14376] -follow -type l returns no results (when it should)


From: James Youngman
Subject: [bug #14376] -follow -type l returns no results (when it should)
Date: Fri, 2 Sep 2005 18:26:56 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.10) Gecko/20050730 Firefox/1.0.6 (Debian package 1.0.6-2)

Update of bug #14376 (project findutils):

                  Status:                    None => Invalid                
             Assigned to:                    None => jay                    

    _______________________________________________________

Follow-up Comment #2:

No, that's the correct behaviour.  The -follow option causes find to
dereference all symblic links.  That means that the -type test considers
"linkfile" to be be a vanilla file, since the link is dereferenced.  If you
want to use -follow (or -L) but still check the type of unbroken symbolic
links, use the -xtype test.

Did you get an impression different to the above from reading the
documentation?   If so, that's a bug in the documentation - please point out
the bit of the documentation that needs fixing.


    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?func=detailitem&item_id=14376>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/





reply via email to

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