<?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: What&#8217;s your command-line top ten?</title>
	<atom:link href="http://www.kerrybuckley.org/2008/04/11/whats-your-command-line-top-ten/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.kerrybuckley.org/2008/04/11/whats-your-command-line-top-ten/</link>
	<description>What's the simplest thing that could possibly go wrong?</description>
	<lastBuildDate>Mon, 30 Jan 2012 16:30:41 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Mighty Linuxz &#187; What&#8217;s your top ten (Linux Command line)</title>
		<link>http://www.kerrybuckley.org/2008/04/11/whats-your-command-line-top-ten/comment-page-1/#comment-16096</link>
		<dc:creator>Mighty Linuxz &#187; What&#8217;s your top ten (Linux Command line)</dc:creator>
		<pubDate>Thu, 19 Jun 2008 14:04:40 +0000</pubDate>
		<guid isPermaLink="false">http://kerry.ontoa.st/2008/04/11/whats-your-command-line-top-ten/#comment-16096</guid>
		<description>[...] read more &#124; digg story [...]</description>
		<content:encoded><![CDATA[<p>[...] read more | digg story [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: FND</title>
		<link>http://www.kerrybuckley.org/2008/04/11/whats-your-command-line-top-ten/comment-page-1/#comment-15858</link>
		<dc:creator>FND</dc:creator>
		<pubDate>Sat, 12 Apr 2008 06:19:09 +0000</pubDate>
		<guid isPermaLink="false">http://kerry.ontoa.st/2008/04/11/whats-your-command-line-top-ten/#comment-15858</guid>
		<description>On Ubuntu, I had to change the command a bit:
---------------
~$ history &#124; awk &#039;{a[$2]++} END{for(i in a){printf &quot;%5d %s\n&quot;,a[i],i}}&#039; &#124; sort -rn &#124; head
---------------
I&#039;m not sure whether that&#039;s right, so the following results might be wrong:
---------------
  100 cd
   83 t
   79 svn
   43 lsa
   28 gedit
   14 Scripts/VGAOut.sh
   14 history
   11 meld
   10 less
    9 ls
---------------
(&quot;t&quot; is my alias for &lt;a href=&quot;http://todotxt.com&quot; rel=&quot;nofollow&quot;&gt;todo.sh&lt;/a&gt;, &quot;lsa&quot; is for &quot;ls -alh&quot;, and VGAOut.sh is my clumsy script for enabling dual screen)</description>
		<content:encoded><![CDATA[<p>On Ubuntu, I had to change the command a bit:<br />
&#8212;&#8212;&#8212;&#8212;&#8212;<br />
~$ history | awk &#8216;{a[$2]++} END{for(i in a){printf &#8220;%5d %s\n&#8221;,a[i],i}}&#8217; | sort -rn | head<br />
&#8212;&#8212;&#8212;&#8212;&#8212;<br />
I&#8217;m not sure whether that&#8217;s right, so the following results might be wrong:<br />
&#8212;&#8212;&#8212;&#8212;&#8212;<br />
  100 cd<br />
   83 t<br />
   79 svn<br />
   43 lsa<br />
   28 gedit<br />
   14 Scripts/VGAOut.sh<br />
   14 history<br />
   11 meld<br />
   10 less<br />
    9 ls<br />
&#8212;&#8212;&#8212;&#8212;&#8212;<br />
(&#8220;t&#8221; is my alias for <a href="http://todotxt.com" rel="nofollow">todo.sh</a>, &#8220;lsa&#8221; is for &#8220;ls -alh&#8221;, and VGAOut.sh is my clumsy script for enabling dual screen)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DE</title>
		<link>http://www.kerrybuckley.org/2008/04/11/whats-your-command-line-top-ten/comment-page-1/#comment-15857</link>
		<dc:creator>DE</dc:creator>
		<pubDate>Fri, 11 Apr 2008 23:16:59 +0000</pubDate>
		<guid isPermaLink="false">http://kerry.ontoa.st/2008/04/11/whats-your-command-line-top-ten/#comment-15857</guid>
		<description>C:\Documents and Settings\test&gt;history&#124;awk &#039;{a[$2]++} END{for(i in a){printf &quot;%5
dt%sn&quot;,a[i],i}}&#039;&#124;sort -rn&#124;head
&#039;history&#039; is not recognized as an internal or external command,
operable program or batch file.</description>
		<content:encoded><![CDATA[<p>C:\Documents and Settings\test&gt;history|awk &#8216;{a[$2]++} END{for(i in a){printf &#8220;%5<br />
dt%sn&#8221;,a[i],i}}&#8217;|sort -rn|head<br />
&#8216;history&#8217; is not recognized as an internal or external command,<br />
operable program or batch file.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://www.kerrybuckley.org/2008/04/11/whats-your-command-line-top-ten/comment-page-1/#comment-15856</link>
		<dc:creator>David</dc:creator>
		<pubDate>Fri, 11 Apr 2008 22:43:23 +0000</pubDate>
		<guid isPermaLink="false">http://kerry.ontoa.st/2008/04/11/whats-your-command-line-top-ten/#comment-15856</guid>
		<description>165   cd
   72   ls
   52   svn
   36   ant
   28   grep
   13   sudo
   12   rm
   12   curl
   10   magicnumber-jboss
   10   less

I was expecting more ssh.</description>
		<content:encoded><![CDATA[<p>165   cd<br />
   72   ls<br />
   52   svn<br />
   36   ant<br />
   28   grep<br />
   13   sudo<br />
   12   rm<br />
   12   curl<br />
   10   magicnumber-jboss<br />
   10   less</p>
<p>I was expecting more ssh.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tim</title>
		<link>http://www.kerrybuckley.org/2008/04/11/whats-your-command-line-top-ten/comment-page-1/#comment-15855</link>
		<dc:creator>Tim</dc:creator>
		<pubDate>Fri, 11 Apr 2008 16:20:34 +0000</pubDate>
		<guid isPermaLink="false">http://kerry.ontoa.st/2008/04/11/whats-your-command-line-top-ten/#comment-15855</guid>
		<description>Er, what&#039;s a command line again? Is that something that they use in the military?</description>
		<content:encoded><![CDATA[<p>Er, what&#8217;s a command line again? Is that something that they use in the military?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dustin</title>
		<link>http://www.kerrybuckley.org/2008/04/11/whats-your-command-line-top-ten/comment-page-1/#comment-15853</link>
		<dc:creator>Dustin</dc:creator>
		<pubDate>Fri, 11 Apr 2008 14:33:30 +0000</pubDate>
		<guid isPermaLink="false">http://kerry.ontoa.st/2008/04/11/whats-your-command-line-top-ten/#comment-15853</guid>
		<description>Looks like all I do is wander around directories and look inside them.  I&#039;m useless.

  232   cd
  127   ls
  125   sudo
   60   less
   54   tail
   44   grep
   34   cat
   32   vi
   30   curl
   21   netstat

(replaced &quot;t&quot; and &quot;n&quot; with backslash-t and backslash-n in the printf)</description>
		<content:encoded><![CDATA[<p>Looks like all I do is wander around directories and look inside them.  I&#8217;m useless.</p>
<p>  232   cd<br />
  127   ls<br />
  125   sudo<br />
   60   less<br />
   54   tail<br />
   44   grep<br />
   34   cat<br />
   32   vi<br />
   30   curl<br />
   21   netstat</p>
<p>(replaced &#8220;t&#8221; and &#8220;n&#8221; with backslash-t and backslash-n in the printf)</p>
]]></content:encoded>
	</item>
</channel>
</rss>

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

