<?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 10 Shell Commands</title>
	<atom:link href="http://skyisgrey.org/blog/top-10-shell-commands.html/feed" rel="self" type="application/rss+xml" />
	<link>http://skyisgrey.org/blog/top-10-shell-commands.html</link>
	<description>What difference does it make?</description>
	<lastBuildDate>Wed, 20 Jan 2010 07:40:59 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: ak</title>
		<link>http://skyisgrey.org/blog/top-10-shell-commands.html/comment-page-1#comment-20</link>
		<dc:creator>ak</dc:creator>
		<pubDate>Thu, 28 Sep 2006 07:08:29 +0000</pubDate>
		<guid isPermaLink="false">http://skyisgrey.sky/?p=22#comment-20</guid>
		<description>&lt;code&gt;ranthony@nobita:~$ history &#124; awk &#039;{print $2}&#039;&#124; awk &#039;BEGIN {FS=&quot;&#124;&quot;} {print $1}&#039;&#124; sort &#124; uniq -c &#124; sort -nr &#124; head -n 10
    102 sudo
     85 kill
     72 dmesg
     36 ls
     32 ps
     16 nslookup
     15 cd
     14 dd
     10 killall
      8 ssh
&lt;/code&gt;

Bisa ada dd?? Rasanya jarang pake deh.</description>
		<content:encoded><![CDATA[<p><code>ranthony@nobita:~$ history | awk '{print $2}'| awk 'BEGIN {FS="|"} {print $1}'| sort | uniq -c | sort -nr | head -n 10<br />
    102 sudo<br />
     85 kill<br />
     72 dmesg<br />
     36 ls<br />
     32 ps<br />
     16 nslookup<br />
     15 cd<br />
     14 dd<br />
     10 killall<br />
      8 ssh<br />
</code></p>
<p>Bisa ada dd?? Rasanya jarang pake deh.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

