<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>skyisgrey.org &#187; cli</title>
	<atom:link href="http://skyisgrey.org/blog/tag/cli/feed" rel="self" type="application/rss+xml" />
	<link>http://skyisgrey.org</link>
	<description>What difference does it make?</description>
	<lastBuildDate>Wed, 24 Jun 2009 02:05:10 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Top 10 Shell Commands</title>
		<link>http://skyisgrey.org/blog/top-10-shell-commands.html</link>
		<comments>http://skyisgrey.org/blog/top-10-shell-commands.html#comments</comments>
		<pubDate>Sun, 24 Sep 2006 08:17:29 +0000</pubDate>
		<dc:creator>imtheface</dc:creator>
				<category><![CDATA[Half A Person]]></category>
		<category><![CDATA[Oscillate Wildly]]></category>
		<category><![CDATA[cli]]></category>
		<category><![CDATA[fun]]></category>
		<category><![CDATA[shell]]></category>

		<guid isPermaLink="false">http://skyisgrey.sky/?p=22</guid>
		<description><![CDATA[Dapat dari Planet Ubuntu untuk melihat top 10 perintah yang sering dipakai:
[sueisfine@shakazulu:~]$ history &#124; awk '{print $2}'&#124; awk 'BEGIN {FS="&#124;"} {print $1}'&#124; sort &#124; uniq -c &#124; sort -nr &#124; head -n 10
    148 cd
    133 ls
     76 vi
     55 sudo
 [...]]]></description>
			<content:encoded><![CDATA[<p>Dapat dari <a href="http://planet.ubuntu.com">Planet Ubuntu</a> untuk melihat top 10 perintah yang sering dipakai:</p>
<pre>[sueisfine@shakazulu:~]$ history | awk '{print $2}'| awk 'BEGIN {FS="|"} {print $1}'| sort | uniq -c | sort -nr | head -n 10
    148 cd
    133 ls
     76 vi
     55 sudo
     48 apt
     38 scp
     34 ssh
     32 rm
     23 man
     21 tar</pre>
<p>Silakan Anda?</p>
]]></content:encoded>
			<wfw:commentRss>http://skyisgrey.org/blog/top-10-shell-commands.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

