<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: sed &#8211; the missing manual</title>
	<atom:link href="http://www.alexonlinux.com/sed-the-missing-manual/feed" rel="self" type="application/rss+xml" />
	<link>http://www.alexonlinux.com/sed-the-missing-manual</link>
	<description></description>
	<lastBuildDate>Fri, 30 Jul 2010 05:08:02 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: Jean</title>
		<link>http://www.alexonlinux.com/sed-the-missing-manual/comment-page-1#comment-23994</link>
		<dc:creator>Jean</dc:creator>
		<pubDate>Wed, 07 Jul 2010 15:18:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.alexandersandler.net/?page_id=132#comment-23994</guid>
		<description>&lt;a href=&#039;#comment-22529&#039; rel=&quot;nofollow&quot;&gt;@Alexander Sandler&lt;/a&gt; - One more fix - since your fix, it prints 22 twice - because of the /g.

Thanks for this useful tutorial.&lt;div class=&quot;comment-remix-meta&quot;&gt;&lt;a href=&quot;#&quot; class=&quot;replyto&quot; onclick=&quot;replyto(&#039;23994&#039;,&#039;Jean&#039;); return false;&quot;&gt;Reply&lt;/a&gt;  - &lt;a href=&quot;#&quot; class=&quot;quote&quot; onclick=&quot;quote(&#039;23994&#039;,&#039;Jean&#039;,&#039;&lt;a href=\&#039;#comment-22529\&#039; rel=\&quot;nofollow\&quot;&gt;@Alexander Sandler&lt;\/a&gt; - One more fix - since your fix, it prints 22 twice - because of the \/g.\r\n\r\nThanks for this useful tutorial.&#039;); return false;&quot;&gt;Quote&lt;/a&gt;&lt;/div&gt;</description>
		<content:encoded><![CDATA[<p><a href="#comment-22529' rel="nofollow">@Alexander Sandler</a> &#8211; One more fix &#8211; since your fix, it prints 22 twice &#8211; because of the /g.</p>
<p>Thanks for this useful tutorial.
<div class="comment-remix-meta"><a href="#" class="replyto" onclick="replyto('23994','Jean'); return false;">Reply</a>  &#8211; <a href="#" class="quote" onclick="quote('23994','Jean','&lt;a href=\'#comment-22529\' rel=\&quot;nofollow\&quot;&gt;@Alexander Sandler&lt;\/a&gt; - One more fix - since your fix, it prints 22 twice - because of the \/g.\r\n\r\nThanks for this useful tutorial.'); return false;">Quote</a></div>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alexander Sandler</title>
		<link>http://www.alexonlinux.com/sed-the-missing-manual/comment-page-1#comment-22529</link>
		<dc:creator>Alexander Sandler</dc:creator>
		<pubDate>Fri, 22 May 2009 17:17:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.alexandersandler.net/?page_id=132#comment-22529</guid>
		<description>&lt;a href=&#039;#comment-22526&#039; rel=&quot;nofollow&quot;&gt;@Priyank&lt;/a&gt;
You are right. This will print 21 to 29. My apologies. I&#039;ll fix it.&lt;div class=&quot;comment-remix-meta&quot;&gt;&lt;a href=&quot;#&quot; class=&quot;replyto&quot; onclick=&quot;replyto(&#039;22529&#039;,&#039;Alexander Sandler&#039;); return false;&quot;&gt;Reply&lt;/a&gt;  - &lt;a href=&quot;#&quot; class=&quot;quote&quot; onclick=&quot;quote(&#039;22529&#039;,&#039;Alexander Sandler&#039;,&#039;&lt;a href=\&#039;#comment-22526\&#039; rel=\&quot;nofollow\&quot;&gt;@Priyank&lt;\/a&gt;\r\nYou are right. This will print 21 to 29. My apologies. I\&#039;ll fix it.&#039;); return false;&quot;&gt;Quote&lt;/a&gt;&lt;/div&gt;</description>
		<content:encoded><![CDATA[<p><a href="#comment-22526' rel="nofollow">@Priyank</a><br />
You are right. This will print 21 to 29. My apologies. I&#8217;ll fix it.
<div class="comment-remix-meta"><a href="#" class="replyto" onclick="replyto('22529','Alexander Sandler'); return false;">Reply</a>  &#8211; <a href="#" class="quote" onclick="quote('22529','Alexander Sandler','&lt;a href=\'#comment-22526\' rel=\&quot;nofollow\&quot;&gt;@Priyank&lt;\/a&gt;\r\nYou are right. This will print 21 to 29. My apologies. I\'ll fix it.'); return false;">Quote</a></div>
]]></content:encoded>
	</item>
	<item>
		<title>By: Priyank</title>
		<link>http://www.alexonlinux.com/sed-the-missing-manual/comment-page-1#comment-22526</link>
		<dc:creator>Priyank</dc:creator>
		<pubDate>Thu, 21 May 2009 12:26:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.alexandersandler.net/?page_id=132#comment-22526</guid>
		<description>Not sure how this will print 20 to 29
cat file &#124; sed &#039;/.0/ d; 1,10 d; s/1/2/&#039;
as mentioned at the end of the article (&quot;that does however exactly the same - prints numbers 20 through 29&quot;). I am getting results 21 to 29.
I guess the first sed command will delete 10,20.&lt;div class=&quot;comment-remix-meta&quot;&gt;&lt;a href=&quot;#&quot; class=&quot;replyto&quot; onclick=&quot;replyto(&#039;22526&#039;,&#039;Priyank&#039;); return false;&quot;&gt;Reply&lt;/a&gt;  - &lt;a href=&quot;#&quot; class=&quot;quote&quot; onclick=&quot;quote(&#039;22526&#039;,&#039;Priyank&#039;,&#039;Not sure how this will print 20 to 29\r\ncat file &#124; sed \&#039;\/.0\/ d; 1,10 d; s\/1\/2\/\&#039;\r\nas mentioned at the end of the article (\&quot;that does however exactly the same - prints numbers 20 through 29\&quot;). I am getting results 21 to 29.\r\nI guess the first sed command will delete 10,20.&#039;); return false;&quot;&gt;Quote&lt;/a&gt;&lt;/div&gt;</description>
		<content:encoded><![CDATA[<p>Not sure how this will print 20 to 29<br />
cat file | sed &#8216;/.0/ d; 1,10 d; s/1/2/&#8217;<br />
as mentioned at the end of the article (&#8220;that does however exactly the same &#8211; prints numbers 20 through 29&#8243;). I am getting results 21 to 29.<br />
I guess the first sed command will delete 10,20.
<div class="comment-remix-meta"><a href="#" class="replyto" onclick="replyto('22526','Priyank'); return false;">Reply</a>  &#8211; <a href="#" class="quote" onclick="quote('22526','Priyank','Not sure how this will print 20 to 29\r\ncat file | sed \'\/.0\/ d; 1,10 d; s\/1\/2\/\'\r\nas mentioned at the end of the article (\&quot;that does however exactly the same - prints numbers 20 through 29\&quot;). I am getting results 21 to 29.\r\nI guess the first sed command will delete 10,20.'); return false;">Quote</a></div>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alexander Sandler</title>
		<link>http://www.alexonlinux.com/sed-the-missing-manual/comment-page-1#comment-19857</link>
		<dc:creator>Alexander Sandler</dc:creator>
		<pubDate>Sat, 07 Mar 2009 17:13:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.alexandersandler.net/?page_id=132#comment-19857</guid>
		<description>&lt;a href=&#039;#comment-19798&#039; rel=&quot;nofollow&quot;&gt;@Kashif&lt;/a&gt;
Of course you can do that. Just make sure to use proper escape sequence(\/) for &#039;/&#039; character. Like this:
&lt;pre&gt;$ echo &#039;http://localhost:port/&#039; &#124; sed &#039;s/http:\/\/localhost:port\//aaa/&#039;
aaa
$ &lt;/pre&gt;&lt;div class=&quot;comment-remix-meta&quot;&gt;&lt;a href=&quot;#&quot; class=&quot;replyto&quot; onclick=&quot;replyto(&#039;19857&#039;,&#039;Alexander Sandler&#039;); return false;&quot;&gt;Reply&lt;/a&gt;  - &lt;a href=&quot;#&quot; class=&quot;quote&quot; onclick=&quot;quote(&#039;19857&#039;,&#039;Alexander Sandler&#039;,&#039;&lt;a href=\&#039;#comment-19798\&#039; rel=\&quot;nofollow\&quot;&gt;@Kashif&lt;\/a&gt;\r\nOf course you can do that. Just make sure to use proper escape sequence(\\/) for \&#039;\/\&#039; character. Like this:\r\n&lt;pre&gt;$ echo \&#039;http:\/\/localhost:port\/\&#039; &#124; sed \&#039;s\/http:\\/\\/localhost:port\\/\/aaa\/\&#039;\r\naaa\r\n$ &lt;\/pre&gt;&#039;); return false;&quot;&gt;Quote&lt;/a&gt;&lt;/div&gt;</description>
		<content:encoded><![CDATA[<p><a href="#comment-19798' rel="nofollow">@Kashif</a><br />
Of course you can do that. Just make sure to use proper escape sequence(\/) for &#8216;/&#8217; character. Like this:</p>
<pre>$ echo 'http://localhost:port/' | sed 's/http:\/\/localhost:port\//aaa/'
aaa
$ </pre>
<div class="comment-remix-meta"><a href="#" class="replyto" onclick="replyto('19857','Alexander Sandler'); return false;">Reply</a>  &#8211; <a href="#" class="quote" onclick="quote('19857','Alexander Sandler','&lt;a href=\'#comment-19798\' rel=\&quot;nofollow\&quot;&gt;@Kashif&lt;\/a&gt;\r\nOf course you can do that. Just make sure to use proper escape sequence(\\/) for \'\/\' character. Like this:\r\n&lt;pre&gt;$ echo \'http:\/\/localhost:port\/\' | sed \'s\/http:\\/\\/localhost:port\\/\/aaa\/\'\r\naaa\r\n$ &lt;\/pre&gt;'); return false;">Quote</a></div>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kashif</title>
		<link>http://www.alexonlinux.com/sed-the-missing-manual/comment-page-1#comment-19798</link>
		<dc:creator>Kashif</dc:creator>
		<pubDate>Fri, 06 Mar 2009 06:05:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.alexandersandler.net/?page_id=132#comment-19798</guid>
		<description>hi,

can you please let me know how can i modify a regular expression that already contains &quot;/&quot;. like i want to change

http://localhost:port/DevDB with http://productionhost:port/ProdDB



Thanks in advance. 
Kashif&lt;div class=&quot;comment-remix-meta&quot;&gt;&lt;a href=&quot;#&quot; class=&quot;replyto&quot; onclick=&quot;replyto(&#039;19798&#039;,&#039;Kashif&#039;); return false;&quot;&gt;Reply&lt;/a&gt;  - &lt;a href=&quot;#&quot; class=&quot;quote&quot; onclick=&quot;quote(&#039;19798&#039;,&#039;Kashif&#039;,&#039;hi,\r\n\r\ncan you please let me know how can i modify a regular expression that already contains \&quot;\/\&quot;. like i want to change\r\n\r\nhttp:\/\/localhost:port\/DevDB with http:\/\/productionhost:port\/ProdDB\r\n\r\n\r\n\r\nThanks in advance. \r\nKashif&#039;); return false;&quot;&gt;Quote&lt;/a&gt;&lt;/div&gt;</description>
		<content:encoded><![CDATA[<p>hi,</p>
<p>can you please let me know how can i modify a regular expression that already contains &#8220;/&#8221;. like i want to change</p>
<p><a href="http://localhost:port/DevDB" onclick="return TrackClick('http%3A%2F%2Flocalhost%3Aport%2FDevDB','http%3A%2F%2Flocalhost%3Aport%2FDevDB')" rel="nofollow">http://localhost:port/DevDB</a> with <a href="http://productionhost:port/ProdDB" onclick="return TrackClick('http%3A%2F%2Fproductionhost%3Aport%2FProdDB','http%3A%2F%2Fproductionhost%3Aport%2FProdDB')" rel="nofollow">http://productionhost:port/ProdDB</a></p>
<p>Thanks in advance.<br />
Kashif
<div class="comment-remix-meta"><a href="#" class="replyto" onclick="replyto('19798','Kashif'); return false;">Reply</a>  &#8211; <a href="#" class="quote" onclick="quote('19798','Kashif','hi,\r\n\r\ncan you please let me know how can i modify a regular expression that already contains \&quot;\/\&quot;. like i want to change\r\n\r\nhttp:\/\/localhost:port\/DevDB with http:\/\/productionhost:port\/ProdDB\r\n\r\n\r\n\r\nThanks in advance. \r\nKashif'); return false;">Quote</a></div>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alexander Sandler</title>
		<link>http://www.alexonlinux.com/sed-the-missing-manual/comment-page-1#comment-15958</link>
		<dc:creator>Alexander Sandler</dc:creator>
		<pubDate>Thu, 11 Dec 2008 07:11:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.alexandersandler.net/?page_id=132#comment-15958</guid>
		<description>This is exactly the same as with everything else in the world. Prettier always preferred over functional. Yet when you strip off all buzzes and whistles, you need tools to do the real job. And you&#039;re right. For the last 30-40 years these have always been same tools :-)
Thanks a lot for a warm comment and please visit my web-site again! :-)&lt;div class=&quot;comment-remix-meta&quot;&gt;&lt;a href=&quot;#&quot; class=&quot;replyto&quot; onclick=&quot;replyto(&#039;15958&#039;,&#039;Alexander Sandler&#039;); return false;&quot;&gt;Reply&lt;/a&gt;  - &lt;a href=&quot;#&quot; class=&quot;quote&quot; onclick=&quot;quote(&#039;15958&#039;,&#039;Alexander Sandler&#039;,&#039;This is exactly the same as with everything else in the world. Prettier always preferred over functional. Yet when you strip off all buzzes and whistles, you need tools to do the real job. And you\&#039;re right. For the last 30-40 years these have always been same tools :-)\nThanks a lot for a warm comment and please visit my web-site again! :-)&#039;); return false;&quot;&gt;Quote&lt;/a&gt;&lt;/div&gt;</description>
		<content:encoded><![CDATA[<p>This is exactly the same as with everything else in the world. Prettier always preferred over functional. Yet when you strip off all buzzes and whistles, you need tools to do the real job. And you&#8217;re right. For the last 30-40 years these have always been same tools <img src='http://www.alexonlinux.com/wp-content/plugins/smilies-themer/modern/smile.gif' alt=':-)' class='wp-smiley' /> Thanks a lot for a warm comment and please visit my web-site again! <img src='http://www.alexonlinux.com/wp-content/plugins/smilies-themer/modern/smile.gif' alt=':-)' class='wp-smiley' />
<div class="comment-remix-meta"><a href="#" class="replyto" onclick="replyto('15958','Alexander Sandler'); return false;">Reply</a>  &#8211; <a href="#" class="quote" onclick="quote('15958','Alexander Sandler','This is exactly the same as with everything else in the world. Prettier always preferred over functional. Yet when you strip off all buzzes and whistles, you need tools to do the real job. And you\'re right. For the last 30-40 years these have always been same tools :-)\nThanks a lot for a warm comment and please visit my web-site again! :-)'); return false;">Quote</a></div>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chetan</title>
		<link>http://www.alexonlinux.com/sed-the-missing-manual/comment-page-1#comment-15819</link>
		<dc:creator>Chetan</dc:creator>
		<pubDate>Sat, 06 Dec 2008 14:27:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.alexandersandler.net/?page_id=132#comment-15819</guid>
		<description>Thanks Alexander,
I remember while at Georgetown University in 1975 in a Statistics Class during a semister final where a students&#039; calculator battery died, and the poor kid literally melted down before all of us that day.  He failed the final because he had relied too much on the calculator and lost his confidence in doing it by hand (and using his own mind.)
This is what has happened to Awk and Sed and Assembler and C as well.
Most graduating &quot;Computer Scientists&quot; don&#039;t have a clue what actually happens inside a computer.  The high level languages are the calculators of yesterday, rendering our minds conditioned to a fantasy, leaving us dumb and frightened of doing it correctly or in the simple, easy way.

The command line is looked upon as useless and the old way.
I remember when the GUI began to be popular in the 70&#039;s early 80&#039;s.  I immediately felt stripped of power and ability having no choice but to click here and there.

Alexander, keep up the great work.  You are a blessing in the computer world of ignorance.

Why use a gun when a fly swatter is more than enough?
Grab a hold of your computers power with the command line!
Chetan&lt;div class=&quot;comment-remix-meta&quot;&gt;&lt;a href=&quot;#&quot; class=&quot;replyto&quot; onclick=&quot;replyto(&#039;15819&#039;,&#039;Chetan&#039;); return false;&quot;&gt;Reply&lt;/a&gt;  - &lt;a href=&quot;#&quot; class=&quot;quote&quot; onclick=&quot;quote(&#039;15819&#039;,&#039;Chetan&#039;,&#039;Thanks Alexander,\r\nI remember while at Georgetown University in 1975 in a Statistics Class during a semister final where a students\&#039; calculator battery died, and the poor kid literally melted down before all of us that day.  He failed the final because he had relied too much on the calculator and lost his confidence in doing it by hand (and using his own mind.)\r\nThis is what has happened to Awk and Sed and Assembler and C as well.\r\nMost graduating \&quot;Computer Scientists\&quot; don\&#039;t have a clue what actually happens inside a computer.  The high level languages are the calculators of yesterday, rendering our minds conditioned to a fantasy, leaving us dumb and frightened of doing it correctly or in the simple, easy way.\r\n\r\nThe command line is looked upon as useless and the old way.\r\nI remember when the GUI began to be popular in the 70\&#039;s early 80\&#039;s.  I immediately felt stripped of power and ability having no choice but to click here and there.\r\n\r\nAlexander, keep up the great work.  You are a blessing in the computer world of ignorance.\r\n\r\nWhy use a gun when a fly swatter is more than enough?\r\nGrab a hold of your computers power with the command line!\r\nChetan&#039;); return false;&quot;&gt;Quote&lt;/a&gt;&lt;/div&gt;</description>
		<content:encoded><![CDATA[<p>Thanks Alexander,<br />
I remember while at Georgetown University in 1975 in a Statistics Class during a semister final where a students&#8217; calculator battery died, and the poor kid literally melted down before all of us that day.  He failed the final because he had relied too much on the calculator and lost his confidence in doing it by hand (and using his own mind.)<br />
This is what has happened to Awk and Sed and Assembler and C as well.<br />
Most graduating &#8220;Computer Scientists&#8221; don&#8217;t have a clue what actually happens inside a computer.  The high level languages are the calculators of yesterday, rendering our minds conditioned to a fantasy, leaving us dumb and frightened of doing it correctly or in the simple, easy way.</p>
<p>The command line is looked upon as useless and the old way.<br />
I remember when the GUI began to be popular in the 70&#8242;s early 80&#8242;s.  I immediately felt stripped of power and ability having no choice but to click here and there.</p>
<p>Alexander, keep up the great work.  You are a blessing in the computer world of ignorance.</p>
<p>Why use a gun when a fly swatter is more than enough?<br />
Grab a hold of your computers power with the command line!<br />
Chetan
<div class="comment-remix-meta"><a href="#" class="replyto" onclick="replyto('15819','Chetan'); return false;">Reply</a>  &#8211; <a href="#" class="quote" onclick="quote('15819','Chetan','Thanks Alexander,\r\nI remember while at Georgetown University in 1975 in a Statistics Class during a semister final where a students\' calculator battery died, and the poor kid literally melted down before all of us that day.  He failed the final because he had relied too much on the calculator and lost his confidence in doing it by hand (and using his own mind.)\r\nThis is what has happened to Awk and Sed and Assembler and C as well.\r\nMost graduating \&quot;Computer Scientists\&quot; don\'t have a clue what actually happens inside a computer.  The high level languages are the calculators of yesterday, rendering our minds conditioned to a fantasy, leaving us dumb and frightened of doing it correctly or in the simple, easy way.\r\n\r\nThe command line is looked upon as useless and the old way.\r\nI remember when the GUI began to be popular in the 70\'s early 80\'s.  I immediately felt stripped of power and ability having no choice but to click here and there.\r\n\r\nAlexander, keep up the great work.  You are a blessing in the computer world of ignorance.\r\n\r\nWhy use a gun when a fly swatter is more than enough?\r\nGrab a hold of your computers power with the command line!\r\nChetan'); return false;">Quote</a></div>
]]></content:encoded>
	</item>
	<item>
		<title>By: peter</title>
		<link>http://www.alexonlinux.com/sed-the-missing-manual/comment-page-1#comment-14604</link>
		<dc:creator>peter</dc:creator>
		<pubDate>Sat, 08 Nov 2008 11:05:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.alexandersandler.net/?page_id=132#comment-14604</guid>
		<description>The Unix ed command can also be used to delete specificied lines in files.

http://codesnippets.joyent.com/posts/show/1608&lt;div class=&quot;comment-remix-meta&quot;&gt;&lt;a href=&quot;#&quot; class=&quot;replyto&quot; onclick=&quot;replyto(&#039;14604&#039;,&#039;peter&#039;); return false;&quot;&gt;Reply&lt;/a&gt;  - &lt;a href=&quot;#&quot; class=&quot;quote&quot; onclick=&quot;quote(&#039;14604&#039;,&#039;peter&#039;,&#039;The Unix ed command can also be used to delete specificied lines in files.\r\n\r\nhttp:\/\/codesnippets.joyent.com\/posts\/show\/1608&#039;); return false;&quot;&gt;Quote&lt;/a&gt;&lt;/div&gt;</description>
		<content:encoded><![CDATA[<p>The Unix ed command can also be used to delete specificied lines in files.</p>
<p><a href="http://codesnippets.joyent.com/posts/show/1608" onclick="return TrackClick('http%3A%2F%2Fcodesnippets.joyent.com%2Fposts%2Fshow%2F1608','http%3A%2F%2Fcodesnippets.joyent.com%2Fposts%2Fshow%2F1608')" rel="nofollow">http://codesnippets.joyent.com/posts/show/1608</a>
<div class="comment-remix-meta"><a href="#" class="replyto" onclick="replyto('14604','peter'); return false;">Reply</a>  &#8211; <a href="#" class="quote" onclick="quote('14604','peter','The Unix ed command can also be used to delete specificied lines in files.\r\n\r\nhttp:\/\/codesnippets.joyent.com\/posts\/show\/1608'); return false;">Quote</a></div>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alexander Sandler</title>
		<link>http://www.alexonlinux.com/sed-the-missing-manual/comment-page-1#comment-14461</link>
		<dc:creator>Alexander Sandler</dc:creator>
		<pubDate>Mon, 03 Nov 2008 07:09:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.alexandersandler.net/?page_id=132#comment-14461</guid>
		<description>&lt;a href=&#039;#comment-14454&#039; rel=&quot;nofollow&quot;&gt;@erman&lt;/a&gt;
Oh yes. Of course I know.&lt;div class=&quot;comment-remix-meta&quot;&gt;&lt;a href=&quot;#&quot; class=&quot;replyto&quot; onclick=&quot;replyto(&#039;14461&#039;,&#039;Alexander Sandler&#039;); return false;&quot;&gt;Reply&lt;/a&gt;  - &lt;a href=&quot;#&quot; class=&quot;quote&quot; onclick=&quot;quote(&#039;14461&#039;,&#039;Alexander Sandler&#039;,&#039;&lt;a href=\&#039;#comment-14454\&#039; rel=\&quot;nofollow\&quot;&gt;@erman&lt;\/a&gt;\r\nOh yes. Of course I know.&#039;); return false;&quot;&gt;Quote&lt;/a&gt;&lt;/div&gt;</description>
		<content:encoded><![CDATA[<p><a href="#comment-14454' rel="nofollow">@erman</a><br />
Oh yes. Of course I know.
<div class="comment-remix-meta"><a href="#" class="replyto" onclick="replyto('14461','Alexander Sandler'); return false;">Reply</a>  &#8211; <a href="#" class="quote" onclick="quote('14461','Alexander Sandler','&lt;a href=\'#comment-14454\' rel=\&quot;nofollow\&quot;&gt;@erman&lt;\/a&gt;\r\nOh yes. Of course I know.'); return false;">Quote</a></div>
]]></content:encoded>
	</item>
	<item>
		<title>By: erman</title>
		<link>http://www.alexonlinux.com/sed-the-missing-manual/comment-page-1#comment-14454</link>
		<dc:creator>erman</dc:creator>
		<pubDate>Mon, 03 Nov 2008 02:54:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.alexandersandler.net/?page_id=132#comment-14454</guid>
		<description>Hi,
Do you know how to do this by using sed.

&quot;http://www.yahoo.com&quot; change this to &quot;http://www.google.com&quot;

thanks,
erman&lt;div class=&quot;comment-remix-meta&quot;&gt;&lt;a href=&quot;#&quot; class=&quot;replyto&quot; onclick=&quot;replyto(&#039;14454&#039;,&#039;erman&#039;); return false;&quot;&gt;Reply&lt;/a&gt;  - &lt;a href=&quot;#&quot; class=&quot;quote&quot; onclick=&quot;quote(&#039;14454&#039;,&#039;erman&#039;,&#039;Hi,\r\nDo you know how to do this by using sed.\r\n\r\n\&quot;http:\/\/www.yahoo.com\&quot; change this to \&quot;http:\/\/www.google.com\&quot;\r\n\r\nthanks,\r\nerman&#039;); return false;&quot;&gt;Quote&lt;/a&gt;&lt;/div&gt;</description>
		<content:encoded><![CDATA[<p>Hi,<br />
Do you know how to do this by using sed.</p>
<p>&#8220;http://www.yahoo.com&#8221; change this to &#8220;http://www.google.com&#8221;</p>
<p>thanks,<br />
erman
<div class="comment-remix-meta"><a href="#" class="replyto" onclick="replyto('14454','erman'); return false;">Reply</a>  &#8211; <a href="#" class="quote" onclick="quote('14454','erman','Hi,\r\nDo you know how to do this by using sed.\r\n\r\n\&quot;http:\/\/www.yahoo.com\&quot; change this to \&quot;http:\/\/www.google.com\&quot;\r\n\r\nthanks,\r\nerman'); return false;">Quote</a></div>
]]></content:encoded>
	</item>
</channel>
</rss>
