bug-findutils
[Top][All Lists]
Advanced

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

[bugs #12230] wrong result of "find -execdir {} +" compared to -exec


From: Dmitry V. Levin
Subject: [bugs #12230] wrong result of "find -execdir {} +" compared to -exec
Date: Sun, 6 Mar 2005 17:42:38 +0000
User-agent: ELinks

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/





reply via email to

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