bug-findutils
[Top][All Lists]
Advanced

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

[bug #13973] %Y format directive breaks subsequent %y directives in find


From: Andreas Metzler
Subject: [bug #13973] %Y format directive breaks subsequent %y directives in find
Date: Fri, 29 Jul 2005 17:37:26 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.8) Gecko/20050513 Debian/1.7.8-1

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

                 Summary: %Y format directive breaks subsequent %y directives
in find
                 Project: findutils
            Submitted by: ametzler
            Submitted on: Fre 29.07.2005 um 17:37
                Category: find
                Severity: 3 - Normal
              Item Group: Wrong result
                  Status: None
                 Privacy: Public
             Assigned to: None
         Originator Name: Isaac Clerencia
        Originator Email: address@hidden
             Open/Closed: Open
                 Release: None
           Fixed Release: None

    _______________________________________________________

Details:

Isaac Clerencia reported this as http://bugs.debian.org/320378. I've confirmed
that it applies to current CVS.

-----------------
See the following behaviour:                                                  
 
address@hidden:/tmp/findbug$ ls -l                                              
 
 
total 1                                                                       
 
lrwxrwxrwx  1 isaac isaac    4 2005-07-29 00:20 bar -> foo/                   
 
drwxr-xr-x  2 isaac isaac 1024 2005-07-29 00:20 foo                           
 
address@hidden:/tmp/findbug$ find . -printf "%y %Y\n"                           
 
 
d d                                                                           
 
d d                                                                           
 
l d                                                                           
 
address@hidden:/tmp/findbug$ find . -printf "%Y %y\n"                           
 
 
d d                                                                           
 
d d                                                                           
 
d d                                                                           
 
address@hidden:/tmp/findbug$                                                    
 
 
                                                                              
 
I guess the output in the second "find" should be:                            
 
d d                                                                           
 
d d                                                                           
 
d l                                                                           
 
                                                                              
 --------------------------------------------

thanks, cu andreas




    _______________________________________________________

Carbon-Copy List:

CC Address                          | Comment
------------------------------------+-----------------------------
address@hidden     | Originator Email



    _______________________________________________________

File Attachments:


-------------------------------------------------------
Date: Fre 29.07.2005 um 17:37  Name: patchforstestsuite.diff  Size: 970B   By:
ametzler
Patch for testsuite
<http://savannah.gnu.org/bugs/download.php?item_id=13973&item_file_id=2762>

    _______________________________________________________

Reply to this item at:

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

_______________________________________________
  Nachricht geschickt von/durch Savannah
  http://savannah.gnu.org/





reply via email to

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