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 perhaps 
>'-samefile'.  Alternatively, if you are using GNU grep, you 
>could use 'find ... -print0 | grep -FzZ quux/umsp'.

What implementation of find has this -wholename predicate?

-- 
Ed Avis <[EMAIL PROTECTED]>


_______________________________________________
Bug-findutils mailing list
Bug-findutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-findutils

Reply via email to