On Tue, Nov 11, 2008 at 10:46:01AM +0100, Karel Gardas wrote:
> I just duplicated your test case and really, this looks like a bug in find.
> 
> [EMAIL PROTECTED]:/tmp$ cd test
> [EMAIL PROTECTED]:/tmp/test$ touch foo Foo FOO FoO
> [EMAIL PROTECTED]:/tmp/test$ find . -name '[A-Z]*'
> ./foo
> ./Foo
> ./FOO
> ./FoO
> [EMAIL PROTECTED]:/tmp/test$ which find
> /usr/bin/find

Really weird. Are there any strange locale settings in action (check
LANG and LC_ALL, and LC_CTYPE environment variables)?

And, just in case: does

$ find . -name '[A-Z]*' -print

produce the same (wrong) output?

Ciao,
        Kili
_______________________________________________
darcs-users mailing list
[email protected]
http://lists.osuosl.org/mailman/listinfo/darcs-users

Reply via email to