<?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/"
	xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments for Unixjournal's Weblog</title>
	<atom:link href="http://unixjournal.wordpress.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://unixjournal.wordpress.com</link>
	<description>Welcome to Unix diet</description>
	<lastBuildDate>Thu, 04 Oct 2007 10:51:00 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Execute shell commands from a C program by deepanjali</title>
		<link>http://unixjournal.wordpress.com/2007/08/15/execute-shell-commands-from-a-c-program/#comment-30</link>
		<dc:creator>deepanjali</dc:creator>
		<pubDate>Thu, 04 Oct 2007 10:51:00 +0000</pubDate>
		<guid isPermaLink="false">http://unixjournal.wordpress.com/2007/08/15/execute-shell-commands-from-a-c-program/#comment-30</guid>
		<description>Your blog is nice. I think you should add your blog at &lt;a HREF=&quot;http://www.blogadda.com&quot; REL=&quot;nofollow&quot;&gt;BlogAdda&lt;/a&gt; and let more people discover your blog. It&#039;s a great place for Indian bloggers to be in and I am sure it would do wonders for your blog.</description>
		<content:encoded><![CDATA[<p>Your blog is nice. I think you should add your blog at <a HREF="http://www.blogadda.com" REL="nofollow">BlogAdda</a> and let more people discover your blog. It&#8217;s a great place for Indian bloggers to be in and I am sure it would do wonders for your blog.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Search and replace Shell Script by Ron</title>
		<link>http://unixjournal.wordpress.com/2007/04/29/search-and-replace-shell-script/#comment-29</link>
		<dc:creator>Ron</dc:creator>
		<pubDate>Tue, 17 Jul 2007 03:14:00 +0000</pubDate>
		<guid isPermaLink="false">http://unixjournal.wordpress.com/2007/04/29/search-and-replace-shell-script/#comment-29</guid>
		<description>If you wanted to modify the files in place, you could have used ed instead of sed and done something like this:&lt;br/&gt;&lt;br/&gt;ed -s /target/file [[EOF&lt;br/&gt;g/Bombay/s/Bombay/Mumbai/g&lt;br/&gt;w&lt;br/&gt;q&lt;br/&gt;EOF&lt;br/&gt;&lt;br/&gt;You will have to replace the [[ with less-than less than.  I couldn&#039;t find the correct syntax for this editor so it wouldn&#039;t interpret them as html.&lt;br/&gt;&lt;br/&gt;The downside is that instead of making a modified copy of the file, you&#039;re editing the file directly.&lt;br/&gt;&lt;br/&gt;I just published a scripting book and I talk about this technique in Chapter 25.  It can be found at Amazon and other sites:&lt;br/&gt;&lt;br/&gt;http://www.amazon.com/Shell-Script-Pearls-Ron-Peters/dp/0615141056</description>
		<content:encoded><![CDATA[<p>If you wanted to modify the files in place, you could have used ed instead of sed and done something like this:</p>
<p>ed -s /target/file [[EOF<br />g/Bombay/s/Bombay/Mumbai/g<br />w<br />q<br />EOF</p>
<p>You will have to replace the [[ with less-than less than.  I couldn&#8217;t find the correct syntax for this editor so it wouldn&#8217;t interpret them as html.</p>
<p>The downside is that instead of making a modified copy of the file, you&#8217;re editing the file directly.</p>
<p>I just published a scripting book and I talk about this technique in Chapter 25.  It can be found at Amazon and other sites:</p>
<p><a href="http://www.amazon.com/Shell-Script-Pearls-Ron-Peters/dp/0615141056" rel="nofollow">http://www.amazon.com/Shell-Script-Pearls-Ron-Peters/dp/0615141056</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 10 Most Valuable tips Vi Editor by Ryan Phillips</title>
		<link>http://unixjournal.wordpress.com/2006/06/12/10-most-valuable-tips-vi-editor/#comment-28</link>
		<dc:creator>Ryan Phillips</dc:creator>
		<pubDate>Fri, 13 Apr 2007 15:45:00 +0000</pubDate>
		<guid isPermaLink="false">http://unixjournal.wordpress.com/2006/06/12/10-most-valuable-tips-vi-editor/#comment-28</guid>
		<description>To just to a line number you can type in &#039;line#&#039;G&lt;br/&gt;&lt;br/&gt;ie:&lt;br/&gt;  123G&lt;br/&gt;&lt;br/&gt;To jump to line 123.</description>
		<content:encoded><![CDATA[<p>To just to a line number you can type in &#8216;line#&#8217;G</p>
<p>ie:<br />  123G</p>
<p>To jump to line 123.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Auto Login &#8211; Expect/Autoexpect by Ameya</title>
		<link>http://unixjournal.wordpress.com/2006/02/20/auto-login-expectautoexpect/#comment-27</link>
		<dc:creator>Ameya</dc:creator>
		<pubDate>Thu, 05 Apr 2007 11:59:00 +0000</pubDate>
		<guid isPermaLink="false">http://unixjournal.wordpress.com/2006/02/20/auto-login-expectautoexpect/#comment-27</guid>
		<description>This is very helpful. I am also in need of similar tool for password less login for Sify. I have Ubuntu installed on my desktop. I have also installed EXPECT. However I am not able get the command autoexpect. Neither do I am able to install it. I have googled it but failed to get a good help. You suggestions would help me a lot.&lt;br/&gt;&lt;br/&gt;Thanks,&lt;br/&gt;Ameya</description>
		<content:encoded><![CDATA[<p>This is very helpful. I am also in need of similar tool for password less login for Sify. I have Ubuntu installed on my desktop. I have also installed EXPECT. However I am not able get the command autoexpect. Neither do I am able to install it. I have googled it but failed to get a good help. You suggestions would help me a lot.</p>
<p>Thanks,<br />Ameya</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Creating a rc3.d Script by Jeff Bowles</title>
		<link>http://unixjournal.wordpress.com/2006/08/31/creating-a-rc3d-script/#comment-26</link>
		<dc:creator>Jeff Bowles</dc:creator>
		<pubDate>Wed, 06 Sep 2006 15:50:00 +0000</pubDate>
		<guid isPermaLink="false">http://unixjournal.wordpress.com/2006/08/31/creating-a-rc3d-script/#comment-26</guid>
		<description>This looks good.&lt;br/&gt;&lt;br/&gt;You might consider an option for checkpointing (in addition to stop/start) to invoke checkpointing using the same environment variables and the like.</description>
		<content:encoded><![CDATA[<p>This looks good.</p>
<p>You might consider an option for checkpointing (in addition to stop/start) to invoke checkpointing using the same environment variables and the like.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 10 Most Valuable tips Vi Editor by Sriram S</title>
		<link>http://unixjournal.wordpress.com/2006/06/12/10-most-valuable-tips-vi-editor/#comment-25</link>
		<dc:creator>Sriram S</dc:creator>
		<pubDate>Thu, 15 Jun 2006 15:42:00 +0000</pubDate>
		<guid isPermaLink="false">http://unixjournal.wordpress.com/2006/06/12/10-most-valuable-tips-vi-editor/#comment-25</guid>
		<description>Thanks Rob !!!&lt;br/&gt;&lt;br/&gt;You just have remember 2 words Unix and Desk&lt;br/&gt;&lt;br/&gt;Join it together and rest should be ok for u I guess.</description>
		<content:encoded><![CDATA[<p>Thanks Rob !!!</p>
<p>You just have remember 2 words Unix and Desk</p>
<p>Join it together and rest should be ok for u I guess.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 10 Most Valuable tips Vi Editor by Rob D.</title>
		<link>http://unixjournal.wordpress.com/2006/06/12/10-most-valuable-tips-vi-editor/#comment-24</link>
		<dc:creator>Rob D.</dc:creator>
		<pubDate>Tue, 13 Jun 2006 03:49:00 +0000</pubDate>
		<guid isPermaLink="false">http://unixjournal.wordpress.com/2006/06/12/10-most-valuable-tips-vi-editor/#comment-24</guid>
		<description>Excellent tips, thanks. Been a while since I&#039;ve used vi...hope I can remember this site when I need to.&lt;br/&gt;&lt;br/&gt;  -Rob</description>
		<content:encoded><![CDATA[<p>Excellent tips, thanks. Been a while since I&#8217;ve used vi&#8230;hope I can remember this site when I need to.</p>
<p>  -Rob</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on DNS HOW-TO by Anonymous</title>
		<link>http://unixjournal.wordpress.com/2003/01/03/dns-how-to/#comment-23</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Sun, 28 May 2006 17:09:00 +0000</pubDate>
		<guid isPermaLink="false">http://unixjournal.wordpress.com/2003/01/03/dns-how-to/#comment-23</guid>
		<description>The goal of phone sex fantasy Olympism is to place everywhere sport at the service of &lt;br/&gt;the harmonious development of phone sex fantasy, with a view to encouraging the &lt;br/&gt;establishment of a peaceful society concerned with the preservation of &lt;br/&gt;human dignity. &lt;a HREF=&quot;http://www.xxxtalklines.com&quot; REL=&quot;nofollow&quot;&gt;phone sex fantasy&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>The goal of phone sex fantasy Olympism is to place everywhere sport at the service of <br />the harmonious development of phone sex fantasy, with a view to encouraging the <br />establishment of a peaceful society concerned with the preservation of <br />human dignity. <a HREF="http://www.xxxtalklines.com" REL="nofollow">phone sex fantasy</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Become Your Own Web Host in 75 Steps &#8211; Stephen Fluin. by Anonymous</title>
		<link>http://unixjournal.wordpress.com/2006/01/17/become-your-own-web-host-in-75-steps-stephen-fluin/#comment-22</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Sun, 07 May 2006 15:55:00 +0000</pubDate>
		<guid isPermaLink="false">http://unixjournal.wordpress.com/2006/01/17/become-your-own-web-host-in-75-steps-stephen-fluin/#comment-22</guid>
		<description>I know a site that relates to free webmaster tools. I enjoyed reading your article and if you get a chance please check out this site: &lt;a HREF=&quot;http://www.eqqu.com&quot; REL=&quot;nofollow&quot;&gt;free webmaster tools&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>I know a site that relates to free webmaster tools. I enjoyed reading your article and if you get a chance please check out this site: <a HREF="http://www.eqqu.com" REL="nofollow">free webmaster tools</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Linux Gateway &#8211; Connecting External FTP Servers by dedicated server webhosting</title>
		<link>http://unixjournal.wordpress.com/2006/01/20/linux-gateway-connecting-external-ftp-servers/#comment-21</link>
		<dc:creator>dedicated server webhosting</dc:creator>
		<pubDate>Sun, 07 May 2006 09:19:00 +0000</pubDate>
		<guid isPermaLink="false">http://unixjournal.wordpress.com/2006/01/20/linux-gateway-connecting-external-ftp-servers/#comment-21</guid>
		<description>http://webhost11.com&lt;br/&gt;&lt;br/&gt;Can I Help You.. Yes If you want to get on the web. If you want to start learning about creating a web site of your own.. go to http://webhost11.com. to find out more about &lt;a HREF=&quot;http://webhost11.com&quot; REL=&quot;nofollow&quot;&gt;dedicated server webhosting&lt;/a&gt; ... We can help find a web host for you.</description>
		<content:encoded><![CDATA[<p><a href="http://webhost11.com" rel="nofollow">http://webhost11.com</a></p>
<p>Can I Help You.. Yes If you want to get on the web. If you want to start learning about creating a web site of your own.. go to <a href="http://webhost11.com" rel="nofollow">http://webhost11.com</a>. to find out more about <a HREF="http://webhost11.com" REL="nofollow">dedicated server webhosting</a> &#8230; We can help find a web host for you.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
