<?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>eXpand yOur cReativity &#187; command history</title>
	<atom:link href="http://blog.bhushangahire.net/tag/command-history/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.bhushangahire.net</link>
	<description></description>
	<lastBuildDate>Thu, 05 Jan 2012 07:17:32 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>See your most frequently used commands</title>
		<link>http://blog.bhushangahire.net/2009/03/10/see-your-most-frequently-used-commands/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=see-your-most-frequently-used-commands</link>
		<comments>http://blog.bhushangahire.net/2009/03/10/see-your-most-frequently-used-commands/#comments</comments>
		<pubDate>Tue, 10 Mar 2009 12:37:24 +0000</pubDate>
		<dc:creator>Bhushan Ahire</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[command history]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://blog.bhushangahire.net/2009/03/10/see-your-most-frequently-used-commands/</guid>
		<description><![CDATA[history &#124; awk '{print $2}' &#124; awk 'BEGIN {FS="&#124;"}{print $1}' &#124; sort &#124; uniq -c &#124; sort -n &#124; tail &#124; sort -nr]]></description>
			<content:encoded><![CDATA[<div class="code-stylized" id="code-stylized-876">
<div class="highlight">
<pre><span class="nb">history</span> | awk <span class="s1">'{print $2}'</span> | awk <span class="s1">'BEGIN {FS="|"}{print $1}'</span> | sort | uniq -c | sort -n | tail | sort -nr
</pre>
</div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://blog.bhushangahire.net/2009/03/10/see-your-most-frequently-used-commands/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

