On Wed, May 11, 2005 at 10:51:39AM +0100, Avis, Ed wrote:
> What implementation of find has this -wholename predicate?
See the NEWS file. It's specific to GNU find.
James.
___
Bug-findutils mailing list
Bug-findutils@gnu.org
http://lists.gnu.org/ma
James Youngman wrote:
>$ ./find . -name quux/umsp
>./find: warning: Unix filenames usually don't contain slashes
>(though pathnames do). That means that '-name quux/umsp' will
>probably evaluate to false all the time on this system. You
>might find the '-wholename' test more useful, or perhap