X-Recipient: archive-cygwin AT delorie DOT 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 AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT 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 To: cygwin AT cygwin DOT com Subject: Re: find doesn't find existing files References: Date: Tue, 23 Feb 2016 21:50:44 +0100 In-Reply-To: (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