<?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"
	>
<channel>
	<title>Comments on: Shell History</title>
	<atom:link href="http://matthewhelmke.net/wordpress/2008/04/10/shell-history/feed/" rel="self" type="application/rss+xml" />
	<link>http://matthewhelmke.net/wordpress/2008/04/10/shell-history/</link>
	<description>Random things that interest me that I may want to remember later.</description>
	<pubDate>Wed, 23 Jul 2008 20:43:58 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>By: ayenack</title>
		<link>http://matthewhelmke.net/wordpress/2008/04/10/shell-history/#comment-467</link>
		<dc:creator>ayenack</dc:creator>
		<pubDate>Fri, 18 Apr 2008 15:57:19 +0000</pubDate>
		<guid isPermaLink="false">http://matthewhelmke.net/wordpress/2008/04/10/shell-history/#comment-467</guid>
		<description>&lt;p&gt;ayenack@ubuntu:~$ history&#124;awk '{a[$2]++ } END{for(i in a){print a[i] &#34; &#34; i}}'&#124;sort -rn&#124;head&lt;br /&gt; 194 sudo&lt;br /&gt; 85 exit&lt;br /&gt; 61 ssh&lt;br /&gt; 23 scp&lt;br /&gt; 16 cd&lt;br /&gt; 13 ping&lt;br /&gt; 11 gksu&lt;br /&gt; 10 iwlist&lt;br /&gt; 9 mgp&lt;br /&gt; 8 iwconfig&lt;br /&gt; ayenack@ubuntu:~$ &lt;br /&gt; &lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>ayenack@ubuntu:~$ history|awk &#8216;{a[$2]++ } END{for(i in a){print a[i] &quot; &quot; i}}&#8217;|sort -rn|head<br />
 194 sudo<br />
 85 exit<br />
 61 ssh<br />
 23 scp<br />
 16 cd<br />
 13 ping<br />
 11 gksu<br />
 10 iwlist<br />
 9 mgp<br />
 8 iwconfig<br />
 ayenack@ubuntu:~$ 
 </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dirk R. Gently</title>
		<link>http://matthewhelmke.net/wordpress/2008/04/10/shell-history/#comment-455</link>
		<dc:creator>Dirk R. Gently</dc:creator>
		<pubDate>Fri, 11 Apr 2008 04:20:48 +0000</pubDate>
		<guid isPermaLink="false">http://matthewhelmke.net/wordpress/2008/04/10/shell-history/#comment-455</guid>
		<description>&lt;p&gt;This is a post I can tell... carefully considered.&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>This is a post I can tell&#8230; carefully considered.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason Dragon</title>
		<link>http://matthewhelmke.net/wordpress/2008/04/10/shell-history/#comment-454</link>
		<dc:creator>Jason Dragon</dc:creator>
		<pubDate>Fri, 11 Apr 2008 03:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://matthewhelmke.net/wordpress/2008/04/10/shell-history/#comment-454</guid>
		<description>&lt;p&gt;You number one is cause you always gotta sudo on ubuntu.  I wish we could see what you were doing sudo to.   :)&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>You number one is cause you always gotta sudo on ubuntu.  I wish we could see what you were doing sudo to.   <img src='http://matthewhelmke.net/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vadim P.</title>
		<link>http://matthewhelmke.net/wordpress/2008/04/10/shell-history/#comment-453</link>
		<dc:creator>Vadim P.</dc:creator>
		<pubDate>Thu, 10 Apr 2008 15:28:47 +0000</pubDate>
		<guid isPermaLink="false">http://matthewhelmke.net/wordpress/2008/04/10/shell-history/#comment-453</guid>
		<description>&lt;p&gt;My list is kinda similar with the cd &#38; ls:&lt;br /&gt; &lt;br /&gt; vadi@ubuntu:~$ history&#124;awk '{a[$2]++ } END{for(i in a){print a[i] &#34; &#34; i}}'&#124;sort -rn&#124;head&lt;br /&gt; 107 cd&lt;br /&gt; 58 ls&lt;br /&gt; 47 make&lt;br /&gt; 39 sudo&lt;br /&gt; 28 ./bot&lt;br /&gt; 19 git&lt;br /&gt; 18 bzr&lt;br /&gt; 10 ./springlobby&lt;br /&gt; 9 ./phoronix-test-suite&lt;br /&gt; 9 nano&lt;br /&gt; vadi@ubuntu:~$&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>My list is kinda similar with the cd &amp; ls:</p>
<p> vadi@ubuntu:~$ history|awk &#8216;{a[$2]++ } END{for(i in a){print a[i] &quot; &quot; i}}&#8217;|sort -rn|head<br />
 107 cd<br />
 58 ls<br />
 47 make<br />
 39 sudo<br />
 28 ./bot<br />
 19 git<br />
 18 bzr<br />
 10 ./springlobby<br />
 9 ./phoronix-test-suite<br />
 9 nano<br />
 vadi@ubuntu:~$</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: matthew</title>
		<link>http://matthewhelmke.net/wordpress/2008/04/10/shell-history/#comment-452</link>
		<dc:creator>matthew</dc:creator>
		<pubDate>Thu, 10 Apr 2008 11:46:35 +0000</pubDate>
		<guid isPermaLink="false">http://matthewhelmke.net/wordpress/2008/04/10/shell-history/#comment-452</guid>
		<description>&lt;p&gt;nicolas: somehow, I never knew that existed. Doh! /me hangs head in shame.&lt;br /&gt; &lt;br /&gt; Thanks! That will save me a few keystrokes.&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>nicolas: somehow, I never knew that existed. Doh! /me hangs head in shame.</p>
<p> Thanks! That will save me a few keystrokes.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: strimacs</title>
		<link>http://matthewhelmke.net/wordpress/2008/04/10/shell-history/#comment-451</link>
		<dc:creator>strimacs</dc:creator>
		<pubDate>Thu, 10 Apr 2008 11:39:47 +0000</pubDate>
		<guid isPermaLink="false">http://matthewhelmke.net/wordpress/2008/04/10/shell-history/#comment-451</guid>
		<description>&lt;p&gt;Oups ! &#34;clear&#34; ? I never use that. You should try Ctrl-L instead ;-)&lt;br /&gt; &lt;br /&gt; nicolas&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>Oups ! &quot;clear&quot; ? I never use that. You should try Ctrl-L instead <img src='http://matthewhelmke.net/wordpress/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p> nicolas</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.580 seconds -->
