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:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type; q=dns; s=default; b=ro dECLUWntg18RxBzoBkyQmkfUdJBuBHj/b+mMcTzMrwGeALcUKe324sZM9hgaSVQX TZfTd9HMX7N9QoTlIUzXh4/I4qTaNVfPX0KUxAS/5Ovs14msRXZftjMarPVzxx2X dfVxAXzCya6bRz4zTSXDrnoufABgg81+AOONgYvhM= 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:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type; s=default; bh=sRkXNF33 c9aFgmInw353gdbvOsI=; b=eWenUKlOdNWC4gPh+VbEJOq32lC/JOnDWETSMscL VGuj8Vrx0naAuQ4wUPYjTwBkLkS0F6rHCzJp7JxEWR0u2uxpcNhEqU3qfmbyICtb 593fh3rJzRPC0gF/kIb7qBCoYu5n6CsOTME5OSI+IIAhBHX2DhuujAgGuXyPlr5w Fko= 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=-0.8 required=5.0 tests=AWL,BAYES_50,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 spammy=XML, rwr, rw-r, Csaba X-HELO: mail-lb0-f170.google.com X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:date :message-id:subject:from:to:content-type; bh=5HMI365zkTm+1XroymLb1WmCPX4jH1tDbfOvbBIIFpI=; b=MkHjJDBik894f4L4vfGkNiH9Plr3Owl96ovlPfdvjcVszYv5hkwwfB+mcsYgFuGooz 0Trmtk/SBGZ2Gbe/8irJmg1iwfjzNWXyE/aBcAoSIIuTQfdW6gWcYyVsKvJQsAOP5kAm FgPrSZRPJxGj0DkizmTqnlkcxOjYg72rV2XcedksHdQRrYF9KwHHLAP0hPKjCNWxET5l mLoSFokjrmfIa8nGbtVIpEBtz/abt0kUoBBSdzR992tYytdXXspjlSFxwrl2g9zawYWZ esKQtDHfEOuv9byxg8X0ewGg5pQKE0+on9RSaFDqgGj251rLYw0UBU3sRhybFgCjVe3H Fr2w== X-Gm-Message-State: AG10YORGPO/9PMigOe6dwLap7Ae9DELJzA+0brE4yNUXle3d9uCmLjS23C2n9oNFwpS4CHzCm972c/ZwdvFmNg== MIME-Version: 1.0 X-Received: by 10.112.55.97 with SMTP id r1mr4933781lbp.78.1456258958607; Tue, 23 Feb 2016 12:22:38 -0800 (PST) In-Reply-To: References: Date: Tue, 23 Feb 2016 15:22:38 -0500 Message-ID: Subject: Re: find doesn't find existing files From: Erik Soderquist To: cygwin AT cygwin DOT com Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes On Tue, Feb 23, 2016 at 3:19 PM, Csaba Raduly wrote: > 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) My first thought is if /usr/lib/perl5 is a symlink, and /usr/lib/perl5/ would give better results... However, try find /usr/lib/perl5 -exec ls -l {} \; and see what that returns. -- Erik -- 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