find doesn't find existing files

Csaba Raduly rcsaba@gmail.com
Thu Feb 25 23:41:00 GMT 2016


On Tue, Feb 23, 2016 at 9:50 PM, Achim Gratz  wrote:
>
> That's because the filename really is LibXML.pm (not the upper case L at
> the beginning).  Why ls doesn't complain about the filename I'm not sure
> (case insensitive FS search most likely), but find always gets the
> correct case from reading the dir and won't match unless you use -iname.

You are right.

I must have had a blind spot to believe that the module's name is
(lowercase) libXML :(
Even "perldoc XML::libXML" begins with "use XML::LibXML;"

Csaba
-- 
GCS a+ e++ d- C++ ULS$ L+$ !E- W++ P+++$ w++$ tv+ b++ DI D++ 5++
The Tao of math: The numbers you can count are not the real numbers.
Life is complex, with real and imaginary parts.
"Ok, it boots. Which means it must be bug-free and perfect. " -- Linus Torvalds
"People disagree with me. I just ignore them." -- Linus Torvalds

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple



More information about the Cygwin mailing list