URL:
  <http://savannah.gnu.org/bugs/?50780>

                 Summary: -type option after printf is ignored
                 Project: findutils
            Submitted by: yanpas
            Submitted on: Mon 10 Apr 2017 05:18:08 PM UTC
                Category: find
                Severity: 3 - Normal
              Item Group: None
                  Status: None
                 Privacy: Public
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 4.6.0
           Fixed Release: None

    _______________________________________________________

Details:

These two cmds give diffrent results
find . -printf "%P\n" -type f
find . -type f -printf "%P\n" 

The first one prints everything, the second only files




    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?50780>

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


Reply via email to