public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
From: Erik Soderquist <ErikSoderquist@gmail.com>
To: cygwin@cygwin.com
Subject: Re: find doesn't find existing files
Date: Tue, 23 Feb 2016 20:22:00 -0000	[thread overview]
Message-ID: <CACoZoo1g6jZ0E+X5O0bCBFLSgt51ENyB8m367ASa8ajYS_58QQ@mail.gmail.com> (raw)
In-Reply-To: <CAEhDDbCgz=vKL-5wUYFC0V=56M01ewoVP9LrpCX830_XmarGZA@mail.gmail.com>

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

  reply	other threads:[~2016-02-23 20:22 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-02-23 20:19 Csaba Raduly
2016-02-23 20:22 ` Erik Soderquist [this message]
2016-02-23 20:50 ` Achim Gratz
2016-02-25 23:41   ` Csaba Raduly

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CACoZoo1g6jZ0E+X5O0bCBFLSgt51ENyB8m367ASa8ajYS_58QQ@mail.gmail.com \
    --to=eriksoderquist@gmail.com \
    --cc=cygwin@cygwin.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).