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

                 Summary: wrong result of "find -execdir {} +" compared to
-exec
                 Project: findutils
            Submitted by: ldv
            Submitted on: Sun 03/06/2005 at 17:42
                Category: find
                Severity: 5 - Average
              Item Group: Wrong result
                  Status: None
                 Privacy: Public
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
                 Release: 4.2.18
           Fixed Release: None

    _______________________________________________________

Details:

The "find -execdir {} +" operation produces unexpected empty call.

For example,
$ mkdir tmp && touch tmp/file
$ (cd tmp && find -type f -exec echo == '{}' +)
== ./file
$ (cd tmp && find -type f -execdir echo == '{}' +)
==
== ./file

Note the single "==" here.







    _______________________________________________________

This item URL is:

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

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



_______________________________________________
Bug-findutils mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-findutils

Reply via email to