From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 57437 invoked by alias); 23 Feb 2016 20:22:43 -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 57416 invoked by uid 89); 23 Feb 2016 20:22:42 -0000 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 Received: from mail-lb0-f170.google.com (HELO mail-lb0-f170.google.com) (209.85.217.170) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Tue, 23 Feb 2016 20:22:42 +0000 Received: by mail-lb0-f170.google.com with SMTP id x1so107658796lbj.3 for ; Tue, 23 Feb 2016 12:22:41 -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: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) Received: by 10.114.245.101 with HTTP; Tue, 23 Feb 2016 12:22:38 -0800 (PST) In-Reply-To: References: Date: Tue, 23 Feb 2016 20:22:00 -0000 Message-ID: Subject: Re: find doesn't find existing files From: Erik Soderquist To: cygwin@cygwin.com Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes X-SW-Source: 2016-02/txt/msg00373.txt.bz2 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