bug-findutils
[Top][All Lists]
Advanced

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

[bug #18787] find -prune not pruning soon enough?


From: anonymous
Subject: [bug #18787] find -prune not pruning soon enough?
Date: Mon, 15 Jan 2007 18:44:01 +0000
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.1) Gecko/20061204 Firefox/2.0.0.1

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

                 Summary: find -prune not pruning soon enough?
                 Project: findutils
            Submitted by: None
            Submitted on: Monday 01/15/2007 at 18:44 UTC
                Category: find
                Severity: 3 - Normal
              Item Group: Wrong result
                  Status: None
                 Privacy: Public
             Assigned to: None
         Originator Name: Bill Svirsky
        Originator Email: address@hidden
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 4.3.2
           Fixed Release: None

    _______________________________________________________

Details:

Create a directory hierarchy like blah/foo

Execute the following find command using find version 4.3.0 and 4.3.2

find blah -name foo -print -exec rm -rf {} \; -prune

Version 4.3.0 results:
blah/foo

Version 4.3.2 results:
blah/foo
find: could not change to directory blah/foo: No such file or directory

In both cases foo was removed correctly.





    _______________________________________________________

Reply to this item at:

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

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





reply via email to

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