bug-findutils
[Top][All Lists]
Advanced

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

make {} always work even outside -exec


From: Dan Jacobson
Subject: make {} always work even outside -exec
Date: Mon, 09 Oct 2006 23:45:43 +0800

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.




reply via email to

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