<?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: Powerhouse Programs of Linux</title>
	<atom:link href="http://www.nixtutor.com/linux/powerhouse-programs-of-linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.nixtutor.com/linux/powerhouse-programs-of-linux/</link>
	<description>Helping you Learn Linux</description>
	<lastBuildDate>Sun, 14 Feb 2010 17:54:13 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Karuna</title>
		<link>http://www.nixtutor.com/linux/powerhouse-programs-of-linux/comment-page-1/#comment-395</link>
		<dc:creator>Karuna</dc:creator>
		<pubDate>Thu, 18 Jun 2009 01:57:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.nixtutor.com/?p=551#comment-395</guid>
		<description>Wow, really awesome article,
netcat is cool !</description>
		<content:encoded><![CDATA[<p>Wow, really awesome article,<br />
netcat is cool !</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Carl</title>
		<link>http://www.nixtutor.com/linux/powerhouse-programs-of-linux/comment-page-1/#comment-263</link>
		<dc:creator>Carl</dc:creator>
		<pubDate>Thu, 21 May 2009 01:03:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.nixtutor.com/?p=551#comment-263</guid>
		<description>@Peter
No need to include redirection:
grep 25 /etc/services</description>
		<content:encoded><![CDATA[<p>@Peter<br />
No need to include redirection:<br />
grep 25 /etc/services</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Finding Files in Linux</title>
		<link>http://www.nixtutor.com/linux/powerhouse-programs-of-linux/comment-page-1/#comment-208</link>
		<dc:creator>Finding Files in Linux</dc:creator>
		<pubDate>Mon, 11 May 2009 11:04:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.nixtutor.com/?p=551#comment-208</guid>
		<description>[...] The find command is what I would call a powerhouse program. [...]</description>
		<content:encoded><![CDATA[<p>[...] The find command is what I would call a powerhouse program. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vitor Almeida da Silva</title>
		<link>http://www.nixtutor.com/linux/powerhouse-programs-of-linux/comment-page-1/#comment-149</link>
		<dc:creator>Vitor Almeida da Silva</dc:creator>
		<pubDate>Thu, 30 Apr 2009 13:22:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.nixtutor.com/?p=551#comment-149</guid>
		<description>Very nice article. The best part is the fast and useful little examples with each command.

You can make another post listing other useful command line programs like nmap and imagemagick.</description>
		<content:encoded><![CDATA[<p>Very nice article. The best part is the fast and useful little examples with each command.</p>
<p>You can make another post listing other useful command line programs like nmap and imagemagick.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter</title>
		<link>http://www.nixtutor.com/linux/powerhouse-programs-of-linux/comment-page-1/#comment-146</link>
		<dc:creator>Peter</dc:creator>
		<pubDate>Thu, 30 Apr 2009 09:35:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.nixtutor.com/?p=551#comment-146</guid>
		<description>It&#039;s bad form to use cat + grep, a nicer approach for the example is this:
grep 25 &lt; /etc/services</description>
		<content:encoded><![CDATA[<p>It&#8217;s bad form to use cat + grep, a nicer approach for the example is this:<br />
grep 25 &lt; /etc/services</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jade Robbins</title>
		<link>http://www.nixtutor.com/linux/powerhouse-programs-of-linux/comment-page-1/#comment-144</link>
		<dc:creator>Jade Robbins</dc:creator>
		<pubDate>Thu, 30 Apr 2009 03:08:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.nixtutor.com/?p=551#comment-144</guid>
		<description>@Ross yeah tail -f is SO useful. Basically anyone doing system administration in nix will use that constantly.</description>
		<content:encoded><![CDATA[<p>@Ross yeah tail -f is SO useful. Basically anyone doing system administration in nix will use that constantly.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Agung Prastowo&#8217;s Blog&#187; Blog Archive &#187; Powerhouse Programs of Linux</title>
		<link>http://www.nixtutor.com/linux/powerhouse-programs-of-linux/comment-page-1/#comment-143</link>
		<dc:creator>Agung Prastowo&#8217;s Blog&#187; Blog Archive &#187; Powerhouse Programs of Linux</dc:creator>
		<pubDate>Wed, 29 Apr 2009 22:07:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.nixtutor.com/?p=551#comment-143</guid>
		<description>[...] Read more: Powerhouse Programs of Linux [...]</description>
		<content:encoded><![CDATA[<p>[...] Read more: Powerhouse Programs of Linux [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark Sanborn</title>
		<link>http://www.nixtutor.com/linux/powerhouse-programs-of-linux/comment-page-1/#comment-142</link>
		<dc:creator>Mark Sanborn</dc:creator>
		<pubDate>Wed, 29 Apr 2009 21:05:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.nixtutor.com/?p=551#comment-142</guid>
		<description>@Ross I fixed the error in the alias command.  Thanks!  Also, tail -f is cool.  I will add that to the post.

@Bobby Parker, Yes I admit these are *nix apps.

@Roland Orre That alias looks like it could come in handy.  Do you echo the readme.txt in the same directory usually or store a general list?</description>
		<content:encoded><![CDATA[<p>@Ross I fixed the error in the alias command.  Thanks!  Also, tail -f is cool.  I will add that to the post.</p>
<p>@Bobby Parker, Yes I admit these are *nix apps.</p>
<p>@Roland Orre That alias looks like it could come in handy.  Do you echo the readme.txt in the same directory usually or store a general list?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Roland Orre</title>
		<link>http://www.nixtutor.com/linux/powerhouse-programs-of-linux/comment-page-1/#comment-141</link>
		<dc:creator>Roland Orre</dc:creator>
		<pubDate>Wed, 29 Apr 2009 20:56:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.nixtutor.com/?p=551#comment-141</guid>
		<description>I have defined an alias as
alias wlget=&#039;echo &gt;&gt;README.txt wget $@ ; wget $@&#039;

Each time I&#039;m fetching a file I get a log in the same directory telling where I got it from.</description>
		<content:encoded><![CDATA[<p>I have defined an alias as<br />
alias wlget=&#8217;echo &gt;&gt;README.txt wget $@ ; wget $@&#8217;</p>
<p>Each time I&#8217;m fetching a file I get a log in the same directory telling where I got it from.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bobby Parker</title>
		<link>http://www.nixtutor.com/linux/powerhouse-programs-of-linux/comment-page-1/#comment-140</link>
		<dc:creator>Bobby Parker</dc:creator>
		<pubDate>Wed, 29 Apr 2009 20:14:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.nixtutor.com/?p=551#comment-140</guid>
		<description>It&#039;s worth mentioning that the majority of these are usable on OS X as well (freebsd, etc. etc. ).</description>
		<content:encoded><![CDATA[<p>It&#8217;s worth mentioning that the majority of these are usable on OS X as well (freebsd, etc. etc. ).</p>
]]></content:encoded>
	</item>
</channel>
</rss>
