<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Assuming you have a shell and the sed command:<br>
    <br>
    sed "s/^[^.][^.]*\.//" < inputfile > outputfile<br>
    <br>
    <pre class="moz-signature" cols="72">-- 
Dan Keller
<a class="moz-txt-link-abbreviated" href="mailto:dan@keller.com">dan@keller.com</a>
<a class="moz-txt-link-freetext" href="http://www.dan.keller.com">http://www.dan.keller.com</a>
+1 (415) 861-4500</pre>
    <br>
    <br>
    On 10/11/2011 11:57 AM, Richard Reina wrote:
    <blockquote
cite="mid:CAKLxnzb64Uwj+=2qwSMxeDxNeQQmhYSXOLWLjWU=bWsOFnrCMg@mail.gmail.com"
      type="cite">I have a file that has list of some sentences.  Some
      of them are numbered so I am going in circles trying to figure out
      how to remove the numbering.  The file is in the following format:<br>
      <br>
          12. blah blah, blah blah blah. blah.<br>
       29. blah blah, blah.<br>
         19. blah blah blah.<br>
      <br>
      I am looking for a way to capture everything after the first dot
      so as to remove the numbering.<br>
      <br>
      Any help would be greatly appreciated.<br>
      <br>
      Thanks,<br>
      <br>
      Richard<br>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
SanFrancisco-pm mailing list
<a class="moz-txt-link-abbreviated" href="mailto:SanFrancisco-pm@pm.org">SanFrancisco-pm@pm.org</a>
<a class="moz-txt-link-freetext" href="http://mail.pm.org/mailman/listinfo/sanfrancisco-pm">http://mail.pm.org/mailman/listinfo/sanfrancisco-pm</a>
</pre>
    </blockquote>
    <br>
    <pre class="moz-signature" cols="72">
</pre>
  </body>
</html>