<div dir="ltr">yeah.... it worked without the quotes.... oh I get it! You mean spaces in the searched text. Thanks for the help gentlemen!@</div><div class="gmail_extra"><br clear="all"><div>:-)~MIKE~(-:</div>
<br><br><div class="gmail_quote">On Wed, Mar 12, 2014 at 7:28 PM, Harold <span dir="ltr"><<a href="mailto:iscreamkid@gmail.com" target="_blank">iscreamkid@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">


  
    
  
  <div bgcolor="#FFFFFF" text="#000000">
    <div><br>
      Grep needs the text it is to search for as a quoted string.<br>
      <br>
      On second thought, that is the directions I found on the net, but
      as there are no spaces it it it may work without them.<br>
      Test on your project and share.<span class="HOEnZb"><font color="#888888"><br>
      <br>
      Harold</font></span><div><div class="h5"><br>
      <br>
      On 03/12/2014 07:17 PM, Michael Havens wrote:<br>
    </div></div></div><div><div class="h5">
    <blockquote type="cite">
      <div dir="ltr">
        <div>md5sum linuxmint-13-mate-dvd-64bit.iso </div>
        <div> 2d84f671ad77a8019dfa6e1d00572d82
           linuxmint-13-mate-dvd-64bit.iso</div>
        <div>echo '2d84f671ad77a8019dfa6e1d00572d82
          linuxmint-13-mate-dvd-64bit.iso' | md5sum -c</div>
        <div> md5sum: standard input: no properly formatted MD5 checksum
          lines found</div>
        <div><br>
        </div>
        <div>then I got Harold's message and that worked like a charm;
          although....</div>
        <div><br>
        </div>
        <div>
          <ul style="font-family:arial,sans-serif;font-size:12.727272033691406px">
            <li style="margin-left:15px">md5sum FileName | grep
              "96b13dbbc9f3bc569ddad9745f64b9cdb43ea9ae"</li>
          </ul>
          <div><font face="arial, sans-serif">Why do you put the quotes
              in your text? I tried it w/o and with and it works both
              ways.</font></div>
        </div>
      </div>
      <div class="gmail_extra"><br clear="all">
        <div>:-)~MIKE~(-:</div>
        <br>
        <br>
        <div class="gmail_quote">On Wed, Mar 12, 2014 at 6:45 PM, James
          Mcphee <span dir="ltr"><<a href="mailto:jmcphe@gmail.com" target="_blank">jmcphe@gmail.com</a>></span>
          wrote:<br>
          <blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
            <div dir="ltr">Either eyeball it, drop the md5sum in a file
              and -c it.  Or pull it into stdin somehow and don't give
              -c an argument.
              <div><br>
              </div>
              <div>
                <div>jmcphee@mcphee ~ :) $ md5sum hosts.v2.dr</div>
                <div>c941500d0f13118ead7c1d1eb79dec6b  hosts.v2.dr</div>
                <div>jmcphee@mcphee ~ :) $ echo
                  'c941500d0f13118ead7c1d1eb79dec6b  hosts.v2.dr' |
                  md5sum -c</div>
                <div>hosts.v2.dr: OK</div>
              </div>
              <div><br>
              </div>
            </div>
            <div>
              <div>
                <div class="gmail_extra"><br>
                  <br>
                  <div class="gmail_quote">On Wed, Mar 12, 2014 at 5:42
                    PM, Michael Havens <span dir="ltr"><<a href="mailto:bmike1@gmail.com" target="_blank">bmike1@gmail.com</a>></span>
                    wrote:<br>
                    <blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
                      <div dir="ltr">thanks James. I think the cksum is
                        correct. So with the 'c' flag it will check each
                        file against the checksums in a text file. I
                        remember doing that with linuxfromscratch. What
                        if you only have one sum? What flag should I
                        enter.... well, let's check 'man'. Man says
                        check info and info doesn't tell me. Is there a
                        way to check one file easily?</div>
                      <div class="gmail_extra"><br clear="all">
                        <div>:-)~MIKE~(-:</div>
                        <div>
                          <div>
                            <br>
                            <br>
                            <div class="gmail_quote">On Wed, Mar 12,
                              2014 at 5:21 PM, James Mcphee <span dir="ltr"><<a href="mailto:jmcphe@gmail.com" target="_blank">jmcphe@gmail.com</a>></span>
                              wrote:<br>
                              <blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
                                <div dir="ltr">The -c flag is for when
                                  the file you're putting is a text file
                                  with a bunch of checksums in it.
                                   Simply do not use -c.</div>
                                <div class="gmail_extra"><br>
                                  <br>
                                  <div class="gmail_quote">
                                    <div>
                                      <div>
                                        On Wed, Mar 12, 2014 at 5:14 PM,
                                        Michael Havens <span dir="ltr"><<a href="mailto:bmike1@gmail.com" target="_blank">bmike1@gmail.com</a>></span>
                                        wrote:<br>
                                      </div>
                                    </div>
                                    <blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
                                      <div>
                                        <div>
                                          <div dir="ltr">I downloaded a
                                            file and want to check it's
                                            sum to make sure it aI got a
                                            good D/L. I think I'm doing
                                            it wrong. I d/l the file and
                                            type in:
                                            <div>
                                              <br>
                                            </div>
                                            <div>md5sum -c
                                              linuxmint-13-mate-dvd-64bit.iso
                                              <div>
                                                <pre><span style="font-family:arial">and md5sum seems to open the iso and check the files in it.</span><span style="font-family:arial"> Here is the output:</span>
</pre>
                                                <pre><a href="http://www.firedrive.com/file/DB5BBE6C682CA50D" target="_blank">http://www.firedrive.com/file/DB5BBE6C682CA50D</a>








</pre>
                                              </div>
                                              <div>
                                                <div>What am I doing
                                                  wrong?</div>
                                                <div><br>
                                                </div>
                                                <div>:-)~MIKE~(-:</div>
                                              </div>
                                            </div>
                                          </div>
                                          <br>
                                        </div>
                                      </div>
---------------------------------------------------<br>
                                      PLUG-discuss mailing list - <a href="mailto:PLUG-discuss@lists.phxlinux.org" target="_blank">PLUG-discuss@lists.phxlinux.org</a><br>
                                      To subscribe, unsubscribe, or to
                                      change your mail settings:<br>
                                      <a href="http://lists.phxlinux.org/mailman/listinfo/plug-discuss" target="_blank">http://lists.phxlinux.org/mailman/listinfo/plug-discuss</a><span><font color="#888888"><br>
                                        </font></span></blockquote>
                                  </div>
                                  <span><font color="#888888"><br>
                                      <br clear="all">
                                      <div><br>
                                      </div>
                                      -- <br>
                                      James McPhee<br>
                                      <a href="mailto:jmcphe@gmail.com" target="_blank">jmcphe@gmail.com</a>
                                    </font></span></div>
                                <br>
---------------------------------------------------<br>
                                PLUG-discuss mailing list - <a href="mailto:PLUG-discuss@lists.phxlinux.org" target="_blank">PLUG-discuss@lists.phxlinux.org</a><br>
                                To subscribe, unsubscribe, or to change
                                your mail settings:<br>
                                <a href="http://lists.phxlinux.org/mailman/listinfo/plug-discuss" target="_blank">http://lists.phxlinux.org/mailman/listinfo/plug-discuss</a><br>
                              </blockquote>
                            </div>
                            <br>
                          </div>
                        </div>
                      </div>
                      <br>
---------------------------------------------------<br>
                      PLUG-discuss mailing list - <a href="mailto:PLUG-discuss@lists.phxlinux.org" target="_blank">PLUG-discuss@lists.phxlinux.org</a><br>
                      To subscribe, unsubscribe, or to change your mail
                      settings:<br>
                      <a href="http://lists.phxlinux.org/mailman/listinfo/plug-discuss" target="_blank">http://lists.phxlinux.org/mailman/listinfo/plug-discuss</a><br>
                    </blockquote>
                  </div>
                  <br>
                  <br clear="all">
                  <div><br>
                  </div>
                  -- <br>
                  James McPhee<br>
                  <a href="mailto:jmcphe@gmail.com" target="_blank">jmcphe@gmail.com</a>
                </div>
              </div>
            </div>
            <br>
            ---------------------------------------------------<br>
            PLUG-discuss mailing list - <a href="mailto:PLUG-discuss@lists.phxlinux.org" target="_blank">PLUG-discuss@lists.phxlinux.org</a><br>
            To subscribe, unsubscribe, or to change your mail settings:<br>
            <a href="http://lists.phxlinux.org/mailman/listinfo/plug-discuss" target="_blank">http://lists.phxlinux.org/mailman/listinfo/plug-discuss</a><br>
          </blockquote>
        </div>
        <br>
      </div>
      <br>
      <fieldset></fieldset>
      <br>
      <pre>---------------------------------------------------
PLUG-discuss mailing list - <a href="mailto:PLUG-discuss@lists.phxlinux.org" target="_blank">PLUG-discuss@lists.phxlinux.org</a>
To subscribe, unsubscribe, or to change your mail settings:
<a href="http://lists.phxlinux.org/mailman/listinfo/plug-discuss" target="_blank">http://lists.phxlinux.org/mailman/listinfo/plug-discuss</a></pre>
    </blockquote>
    <br>
  </div></div></div>

<br>---------------------------------------------------<br>
PLUG-discuss mailing list - <a href="mailto:PLUG-discuss@lists.phxlinux.org">PLUG-discuss@lists.phxlinux.org</a><br>
To subscribe, unsubscribe, or to change your mail settings:<br>
<a href="http://lists.phxlinux.org/mailman/listinfo/plug-discuss" target="_blank">http://lists.phxlinux.org/mailman/listinfo/plug-discuss</a><br></blockquote></div><br></div>