The solution worked.<br><br>Thank you!<br><br>Drew<br><br><br><div class="gmail_quote">On Thu, May 27, 2010 at 6:55 PM, Richard Bronosky <span dir="ltr">&lt;<a href="mailto:Richard@bronosky.com">Richard@bronosky.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">I don&#39;t know how you could have even gotten perl to do what you want<br>
with a &quot;remove[d]&quot; pattern. Here is a working gawk code sample that<br>
filters you posting in the archive:<br>
<br>
curl -s <a href="http://mail.ale.org/pipermail/ale/2010-May/119429.html" target="_blank">http://mail.ale.org/pipermail/ale/2010-May/119429.html</a> | gawk<br>
&#39;/^[[:space:]]*\/\/[[:space:]]*remove/{r=1}; r&lt;1{print};<br>
/^[[:space:]]*\/\/[[:space:]]*removed/{r=0};&#39;<br>
<div><div></div><div class="h5"><br>
<br>
On Thu, May 27, 2010 at 4:36 PM, Drew Brown &lt;<a href="mailto:nupedrew@gmail.com">nupedrew@gmail.com</a>&gt; wrote:<br>
&gt; I have a script that has code marked like so:<br>
&gt;<br>
&gt;    // remove<br>
&gt;    &lt;the code and text&gt;<br>
&gt;    // removed<br>
&gt;<br>
&gt; I want to remove &lt;the code and text&gt; from the file.<br>
&gt;<br>
&gt;<br>
&gt; In the past, I believe I used the following:<br>
&gt;<br>
&gt; perl -p -ibak -e &quot;s/\s*\/\/remove[d]?\s*//g&quot; ../*<br>
&gt;<br>
&gt; It does not seem to be working anymore.<br>
&gt;<br>
&gt; Any insight is appreciated.<br>
&gt;<br>
&gt; Drew<br>
&gt;<br>
&gt;<br>
</div></div>&gt; _______________________________________________<br>
&gt; Ale mailing list<br>
&gt; <a href="mailto:Ale@ale.org">Ale@ale.org</a><br>
&gt; <a href="http://mail.ale.org/mailman/listinfo/ale" target="_blank">http://mail.ale.org/mailman/listinfo/ale</a><br>
&gt; See JOBS, ANNOUNCE and SCHOOLS lists at<br>
&gt; <a href="http://mail.ale.org/mailman/listinfo" target="_blank">http://mail.ale.org/mailman/listinfo</a><br>
&gt;<br>
&gt;<br>
<br>
<br>
<br>
--<br>
.!# RichardBronosky #!.<br>
<br>
_______________________________________________<br>
Ale mailing list<br>
<a href="mailto:Ale@ale.org">Ale@ale.org</a><br>
<a href="http://mail.ale.org/mailman/listinfo/ale" target="_blank">http://mail.ale.org/mailman/listinfo/ale</a><br>
See JOBS, ANNOUNCE and SCHOOLS lists at<br>
<a href="http://mail.ale.org/mailman/listinfo" target="_blank">http://mail.ale.org/mailman/listinfo</a><br>
</blockquote></div><br>