<?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: Top 8 Unix Commands for the Developer</title>
	<atom:link href="http://www.theodorenguyen-cao.com/2008/01/31/top-8-unix-commands-for-the-developer/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.theodorenguyen-cao.com/2008/01/31/top-8-unix-commands-for-the-developer/</link>
	<description>Personal blog of Theodore Nguyen-Cao</description>
	<lastBuildDate>Tue, 09 Mar 2010 22:12:58 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: bhaskar</title>
		<link>http://www.theodorenguyen-cao.com/2008/01/31/top-8-unix-commands-for-the-developer/comment-page-1/#comment-136</link>
		<dc:creator>bhaskar</dc:creator>
		<pubDate>Fri, 07 Mar 2008 15:44:43 +0000</pubDate>
		<guid isPermaLink="false">http://blog.notedpath.com/2008/01/31/top-8-unix-commands-for-the-developer/#comment-136</guid>
		<description>People who use kill -9 should be smacked on their heads.
http://sial.org/howto/shell/kill-9/</description>
		<content:encoded><![CDATA[<p>People who use kill -9 should be smacked on their heads.<br />
<a href="http://sial.org/howto/shell/kill-9/" rel="nofollow">http://sial.org/howto/shell/kill-9/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://www.theodorenguyen-cao.com/2008/01/31/top-8-unix-commands-for-the-developer/comment-page-1/#comment-129</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Tue, 04 Mar 2008 17:27:19 +0000</pubDate>
		<guid isPermaLink="false">http://blog.notedpath.com/2008/01/31/top-8-unix-commands-for-the-developer/#comment-129</guid>
		<description>&#039;split&#039; and &#039;wc&#039;

And &#039;tar&#039;. :)</description>
		<content:encoded><![CDATA[<p>&#8217;split&#8217; and &#8216;wc&#8217;</p>
<p>And &#8216;tar&#8217;. <img src='http://www.theodorenguyen-cao.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: killbil</title>
		<link>http://www.theodorenguyen-cao.com/2008/01/31/top-8-unix-commands-for-the-developer/comment-page-1/#comment-85</link>
		<dc:creator>killbil</dc:creator>
		<pubDate>Sat, 02 Feb 2008 17:08:15 +0000</pubDate>
		<guid isPermaLink="false">http://blog.notedpath.com/2008/01/31/top-8-unix-commands-for-the-developer/#comment-85</guid>
		<description>sudo rm -vfR /mnt/windows 

:P</description>
		<content:encoded><![CDATA[<p>sudo rm -vfR /mnt/windows </p>
<p> <img src='http://www.theodorenguyen-cao.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AC</title>
		<link>http://www.theodorenguyen-cao.com/2008/01/31/top-8-unix-commands-for-the-developer/comment-page-1/#comment-84</link>
		<dc:creator>AC</dc:creator>
		<pubDate>Sat, 02 Feb 2008 13:17:20 +0000</pubDate>
		<guid isPermaLink="false">http://blog.notedpath.com/2008/01/31/top-8-unix-commands-for-the-developer/#comment-84</guid>
		<description>Ugh.. that should be pgrep -f [pattern] -l and pkill -f [pattern]</description>
		<content:encoded><![CDATA[<p>Ugh.. that should be pgrep -f [pattern] -l and pkill -f [pattern]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AC</title>
		<link>http://www.theodorenguyen-cao.com/2008/01/31/top-8-unix-commands-for-the-developer/comment-page-1/#comment-83</link>
		<dc:creator>AC</dc:creator>
		<pubDate>Sat, 02 Feb 2008 10:33:35 +0000</pubDate>
		<guid isPermaLink="false">http://blog.notedpath.com/2008/01/31/top-8-unix-commands-for-the-developer/#comment-83</guid>
		<description>instead of using kill -9 `pidof tomcat`, just do a pgrep -f  -l.  once you&#039;ve confirmed that those are the processes you want to kill, pkill -f </description>
		<content:encoded><![CDATA[<p>instead of using kill -9 `pidof tomcat`, just do a pgrep -f  -l.  once you&#8217;ve confirmed that those are the processes you want to kill, pkill -f</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tech Per</title>
		<link>http://www.theodorenguyen-cao.com/2008/01/31/top-8-unix-commands-for-the-developer/comment-page-1/#comment-82</link>
		<dc:creator>Tech Per</dc:creator>
		<pubDate>Sat, 02 Feb 2008 09:14:57 +0000</pubDate>
		<guid isPermaLink="false">http://blog.notedpath.com/2008/01/31/top-8-unix-commands-for-the-developer/#comment-82</guid>
		<description>I simply can&#039;t believe you left out both &quot;find&quot; and &quot;less&quot; on that list :-)</description>
		<content:encoded><![CDATA[<p>I simply can&#8217;t believe you left out both &#8220;find&#8221; and &#8220;less&#8221; on that list <img src='http://www.theodorenguyen-cao.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: anonymous bastard</title>
		<link>http://www.theodorenguyen-cao.com/2008/01/31/top-8-unix-commands-for-the-developer/comment-page-1/#comment-80</link>
		<dc:creator>anonymous bastard</dc:creator>
		<pubDate>Sat, 02 Feb 2008 00:24:34 +0000</pubDate>
		<guid isPermaLink="false">http://blog.notedpath.com/2008/01/31/top-8-unix-commands-for-the-developer/#comment-80</guid>
		<description>awk, sed, cut, sort, and find.

and the best one of all: man

also, try kill -9 `pidof tomcat`</description>
		<content:encoded><![CDATA[<p>awk, sed, cut, sort, and find.</p>
<p>and the best one of all: man</p>
<p>also, try kill -9 `pidof tomcat`</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brendan G. Lim</title>
		<link>http://www.theodorenguyen-cao.com/2008/01/31/top-8-unix-commands-for-the-developer/comment-page-1/#comment-79</link>
		<dc:creator>Brendan G. Lim</dc:creator>
		<pubDate>Fri, 01 Feb 2008 22:09:59 +0000</pubDate>
		<guid isPermaLink="false">http://blog.notedpath.com/2008/01/31/top-8-unix-commands-for-the-developer/#comment-79</guid>
		<description>sudo &quot;make me a sandwich&quot; :)</description>
		<content:encoded><![CDATA[<p>sudo &#8220;make me a sandwich&#8221; <img src='http://www.theodorenguyen-cao.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
