From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 91316 invoked by alias); 25 Feb 2016 23:41:23 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Received: (qmail 91303 invoked by uid 89); 25 Feb 2016 23:41:23 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=0.2 required=5.0 tests=AWL,BAYES_40,FREEMAIL_FROM,SPF_PASS autolearn=ham version=3.3.2 spammy=tao, Tao, begins, Gratz X-HELO: mail-wm0-f42.google.com Received: from mail-wm0-f42.google.com (HELO mail-wm0-f42.google.com) (74.125.82.42) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Thu, 25 Feb 2016 23:41:22 +0000 Received: by mail-wm0-f42.google.com with SMTP id g62so49235455wme.0 for ; Thu, 25 Feb 2016 15:41:22 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to; bh=s93+U2FgBC6OdOWj/X68jZw8Lob9kcgjoU+V7oQ/tC8=; b=TZdSe/gkDwVEmYfiFN661zpmnSvq+4pyNWnWEorRFBEaNj5ZWZogYeAXWBXMPWuLvJ s0FnHWDkSkknFpoPuOh+ygoG286vGmPdG0tB3ho/Q0VKY7wHFUA+WBNaMcZLtTR9yNJF 9n7j7DDknmmI/uV2C56/8pH8LuPwf6IJ/JNIgc8teqMNu2ZYQMrSDKtDJnKND+epiySq On0gADCzzZr3RBU5amfU8/KvKe6JwqBSsWyZD0HMR8b1oqwN6LOeE+BYMe1NEFfwmA53 6j/5gptEbHjYb1s0Xn7oK2b9fh2dQgM+NJcBvEPdI8/dedtb5NhDRKu+5nw9AH2EZEl/ SuBg== X-Gm-Message-State: AG10YOQy7MfUXvXoD9YokujMZJgsheystk00xLDuyoQd+udmVo/s0PLBD7aA3JdxoEhVjzRPdYqIl3y5RvtIWg== MIME-Version: 1.0 X-Received: by 10.28.227.134 with SMTP id a128mr1145530wmh.67.1456443679729; Thu, 25 Feb 2016 15:41:19 -0800 (PST) Received: by 10.194.184.179 with HTTP; Thu, 25 Feb 2016 15:41:19 -0800 (PST) In-Reply-To: <87lh6bducb.fsf@Rainer.invalid> References: <87lh6bducb.fsf@Rainer.invalid> Date: Thu, 25 Feb 2016 23:41:00 -0000 Message-ID: Subject: Re: find doesn't find existing files From: Csaba Raduly To: cygwin list Content-Type: text/plain; charset=UTF-8 X-SW-Source: 2016-02/txt/msg00395.txt.bz2 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