X-Recipient: archive-cygwin@delorie.com
DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:from:to:subject:references:date:in-reply-to
	:message-id:mime-version:content-type; q=dns; s=default; b=saxki
	Ll0kaNFyULBH4By98jzlig3ILQNhCa8KQrE03nm4FFV2/iPWyEbido7q0vi9BoL/
	LFUsDy+RNs9QTdRS23egpUQKJfPIsobh6uc1Jvgl+yo2WvHBVQfW+DL8/fhnygaz
	bssqpU+Ks89FyN+70G8QGRMKcDD84jWDfeZDXc=
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:from:to:subject:references:date:in-reply-to
	:message-id:mime-version:content-type; s=default; bh=KDEXe3GTBsQ
	kny95rYiS5C8rpsI=; b=kqRolrrIceUL3loTSbGBjUWOom6iBhPIUALnxPlVH2z
	pNX6q+jcMCVwbL4h0as1sPpmvfuKBv2XxM3ugIWl+gP33zmp76NJcH8yONu2tjHH
	wc/7lT98yfAJWSzv9Yc+SlOZWe3XOOU9K331QTB7/VqKpkXgCHIBFX4H0lBt8vgE
	=
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Authentication-Results: sourceware.org; auth=none
X-Virus-Found: No
X-Spam-SWARE-Status: No, score=-2.1 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 spammy=H*r:sk:mail-in, HX-HELO:sk:mail-in, H*RU:mx.arcor.de, achim
X-HELO: mail-in-05.arcor-online.net
X-DKIM: Sendmail DKIM Filter v2.8.2 mail-in-17.arcor-online.net 3q8swS4kJBzY2x
From: Achim Gratz <Stromeko@nexgo.de>
To: cygwin@cygwin.com
Subject: Re: find doesn't find existing files
References: <CAEhDDbCgz=vKL-5wUYFC0V=56M01ewoVP9LrpCX830_XmarGZA@mail.gmail.com>
Date: Tue, 23 Feb 2016 21:50:44 +0100
In-Reply-To: <CAEhDDbCgz=vKL-5wUYFC0V=56M01ewoVP9LrpCX830_XmarGZA@mail.gmail.com>	(Csaba Raduly's message of "Tue, 23 Feb 2016 21:19:07 +0100")
Message-ID: <87lh6bducb.fsf@Rainer.invalid>
User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.91 (gnu/linux)
MIME-Version: 1.0
Content-Type: text/plain

Csaba Raduly writes:
> This has me perplexed:
>
> $ ls -l /usr/lib/perl5/vendor_perl/5.22/x86_64-cygwin-threads/XML/libXML.pm
> -rw-r--r-- 1 Csaba None 65K Dec  6 14:16
> /usr/lib/perl5/vendor_perl/5.22/x86_64-cygwin-threads/XML/libXML.pm
>
> $ which find
> /usr/bin/find
>
> $ find  /usr/lib/perl5  -name libXML.pm
> (no output)

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.


Regards,
Achim.
-- 
+<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+

SD adaptations for KORG EX-800 and Poly-800MkII V0.9:
http://Synth.Stromeko.net/Downloads.html#KorgSDada

--
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

