make {} always work even outside -exec

2006-10-09 Thread Dan Jacobson
One has to do $ find -type f -exec find {} ! -anewer {} \; because you haven't opened up restrictions on the use of {} to non -exec, -ok usages: $ find -type f ! -anewer {} or maybe $ find -type f ! -anewerself if there are savings involved. Same for -cnewer. _

[bug #17951] find doesn't correctly stat directories

2006-10-09 Thread anonymous
Follow-up Comment #1, bug #17951 (project findutils): Ok, i have found out what the problem is in detail: find ... -maxdepth 0 not only uses lstat64 on the given directory /tmp but also on all files in /tmp in the first hierarchylevel. oldfind ... -maxdepth 0 only uses lstat64 on /tmp. oldfind sh

[bug #17951] find doesn't correctly stat directories

2006-10-09 Thread anonymous
URL: Summary: find doesn't correctly stat directories Project: findutils Submitted by: None Submitted on: Montag 09.10.2006 um 12:02 UTC Category: find Severity: 3 - N