bug-gnu-utils
[Top][All Lists]
Advanced

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

Re: find finds less with -o -name


From: Soenke Petersen
Subject: Re: find finds less with -o -name
Date: Wed, 08 Aug 2001 12:15:13 +0200

Hi Gabriel,

you are right.
But 

    find . \( -name '*.avi' -o -name '*.AVI' \) -print

should work.



Gabriel Zachmann wrote:
> 
> This seems like a bug to me:
> 
>         pictures/A4_AR% find . -name '*.avi'  -print
>         ./bmw/.xvpics/rwcine.avi
>         pictures/A4_AR% find . -name '*.avi' -o -name '*.AVI' -print
> 
> in other words, 'find' finds less when I broaden the expression.
> 
> This happens with findutils-4.1.6-2 under RedHat 7.1.
> 
> HTH,
> Gab.
> 
> --
> /---------------------------------------------------------------------\
> | You can't discover distant lands                                    |
> | unless you are willing to lose sight of the shore.                  |
> |                                                                     |
> | address@hidden                 __@/'  address@hidden |
> | web.informatik.uni-bonn.de/~zach    __@/'   www.gabrielzachmann.org |
> \---------------------------------------------------------------------/

-- 
Soenke



reply via email to

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