<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body>
    Try:<br>
    find . -name Marriage<br>
    or<br>
    find . | grep Marriage<br>
    <br>
    The first one will only match fines that are exactly names
    "Marriage" while the second one will match any files with "Marriage"
    as part of the name.  Both versions in this case are care sensitive.<br>
    <br>
    See the find man page for for variations on these.  Look for the
    second about expressions.<br>
    <br>
    Brian Cluff<br>
    <br>
    <div class="moz-cite-prefix">On 6/27/22 11:32, Michael via
      PLUG-discuss wrote:<br>
    </div>
    <blockquote type="cite"
cite="mid:CAFRvunLn9pH+JYzkDc0O3XHqut+98i_AB90==bQdoniyFTvB4w@mail.gmail.com">
      <meta http-equiv="content-type" content="text/html; charset=UTF-8">
      <div dir="ltr">
        <div>I need to find out where I hopefully moved a file.</div>
        <div>So I'm opening the directory I'm searching in a terminal
          and type:</div>
        <div><br>
        </div>
        <div>find Marriage .<br>
        </div>
        <div><br>
        </div>
        <div>but it just gives me a listing of what is below '.' (I
          guess). What am I doing wrong?<br>
        </div>
        <div><br>
          -- <br>
          <div dir="ltr" class="gmail_signature"
            data-smartmail="gmail_signature">
            <div dir="ltr">
              <div>
                <div dir="ltr">
                  <div><span style="font-size:12.8000001907349px">:-)~MIKE~(-:</span><br>
                  </div>
                </div>
              </div>
            </div>
          </div>
        </div>
      </div>
      <br>
      <fieldset class="moz-mime-attachment-header"></fieldset>
      <pre class="moz-quote-pre" wrap="">---------------------------------------------------
PLUG-discuss mailing list - <a class="moz-txt-link-abbreviated" href="mailto:PLUG-discuss@lists.phxlinux.org">PLUG-discuss@lists.phxlinux.org</a>
To subscribe, unsubscribe, or to change your mail settings:
<a class="moz-txt-link-freetext" href="https://lists.phxlinux.org/mailman/listinfo/plug-discuss">https://lists.phxlinux.org/mailman/listinfo/plug-discuss</a></pre>
    </blockquote>
    <br>
  </body>
</html>