<?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: My top 10 commands</title>
	<atom:link href="http://www.jorgebernal.info/personal/my-top-10-commands/feed" rel="self" type="application/rss+xml" />
	<link>http://www.jorgebernal.info/personal/my-top-10-commands</link>
	<description></description>
	<lastBuildDate>Tue, 09 Mar 2010 14:28:38 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: ism</title>
		<link>http://www.jorgebernal.info/personal/my-top-10-commands/comment-page-1#comment-920</link>
		<dc:creator>ism</dc:creator>
		<pubDate>Wed, 13 Jun 2007 08:08:44 +0000</pubDate>
		<guid isPermaLink="false">http://koke.amedias.org/articles/2007/06/11/my-top-10-commands/#comment-920</guid>
		<description>$ 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 -rn &#124; head -10
     64 cat
     54 ssh
     51 cd
     40 ls
     27 vim
     26 sudo
     22 clear
     20 mv
     19 echo
     16 less</description>
		<content:encoded><![CDATA[<p>$ history | awk &#8216;{print $2}&#8217; | awk &#8216;BEGIN {FS=&#8221;|&#8221;} {print $1}&#8217;|sort|uniq -c | sort -rn | head -10<br />
     64 cat<br />
     54 ssh<br />
     51 cd<br />
     40 ls<br />
     27 vim<br />
     26 sudo<br />
     22 clear<br />
     20 mv<br />
     19 echo<br />
     16 less</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: teo</title>
		<link>http://www.jorgebernal.info/personal/my-top-10-commands/comment-page-1#comment-919</link>
		<dc:creator>teo</dc:creator>
		<pubDate>Wed, 13 Jun 2007 07:59:02 +0000</pubDate>
		<guid isPermaLink="false">http://koke.amedias.org/articles/2007/06/11/my-top-10-commands/#comment-919</guid>
		<description>nice!

  66 cd
  60 ll
  51 ps
  26 pp
  24 sudo
  23 kill
  22 vi
  15 su
  13 q
  12 ping

where
pp=&quot;ping [mywebsite]&quot;
q=&quot;exit&quot;</description>
		<content:encoded><![CDATA[<p>nice!</p>
<p>  66 cd<br />
  60 ll<br />
  51 ps<br />
  26 pp<br />
  24 sudo<br />
  23 kill<br />
  22 vi<br />
  15 su<br />
  13 q<br />
  12 ping</p>
<p>where<br />
pp=&#8221;ping [mywebsite]&#8221;<br />
q=&#8221;exit&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jorge Bernal</title>
		<link>http://www.jorgebernal.info/personal/my-top-10-commands/comment-page-1#comment-917</link>
		<dc:creator>Jorge Bernal</dc:creator>
		<pubDate>Tue, 12 Jun 2007 19:10:24 +0000</pubDate>
		<guid isPermaLink="false">http://koke.amedias.org/articles/2007/06/11/my-top-10-commands/#comment-917</guid>
		<description>Herman, that&#039;s a lot of exits. Have you tried using Control-D?</description>
		<content:encoded><![CDATA[<p>Herman, that&#8217;s a lot of exits. Have you tried using Control-D?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Herman Bos</title>
		<link>http://www.jorgebernal.info/personal/my-top-10-commands/comment-page-1#comment-916</link>
		<dc:creator>Herman Bos</dc:creator>
		<pubDate>Tue, 12 Jun 2007 18:34:08 +0000</pubDate>
		<guid isPermaLink="false">http://koke.amedias.org/articles/2007/06/11/my-top-10-commands/#comment-916</guid>
		<description>herman@ts:~$ 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 -rn &#124; head -10
    258 ssh
     41 ls
     33 exit
     22 cd
     17 apt-cache
     15 killall
     12 sudo
     11 vim
      9 scp
      8 man</description>
		<content:encoded><![CDATA[<p>herman@ts:~$ history | awk &#8216;{print $2}&#8217; | awk &#8216;BEGIN {FS=&#8221;|&#8221;} {print $1}&#8217;|sort|uniq -c | sort -rn | head -10<br />
    258 ssh<br />
     41 ls<br />
     33 exit<br />
     22 cd<br />
     17 apt-cache<br />
     15 killall<br />
     12 sudo<br />
     11 vim<br />
      9 scp<br />
      8 man</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ubersoldat</title>
		<link>http://www.jorgebernal.info/personal/my-top-10-commands/comment-page-1#comment-915</link>
		<dc:creator>ubersoldat</dc:creator>
		<pubDate>Tue, 12 Jun 2007 15:02:52 +0000</pubDate>
		<guid isPermaLink="false">http://koke.amedias.org/articles/2007/06/11/my-top-10-commands/#comment-915</guid>
		<description>btw, I would add grep -v history, so history doesn&#039;t show, cause obviously, it&#039;s used only for this purpose now and not as a common every day command.</description>
		<content:encoded><![CDATA[<p>btw, I would add grep -v history, so history doesn&#8217;t show, cause obviously, it&#8217;s used only for this purpose now and not as a common every day command.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ubersoldat</title>
		<link>http://www.jorgebernal.info/personal/my-top-10-commands/comment-page-1#comment-914</link>
		<dc:creator>ubersoldat</dc:creator>
		<pubDate>Tue, 12 Jun 2007 14:55:40 +0000</pubDate>
		<guid isPermaLink="false">http://koke.amedias.org/articles/2007/06/11/my-top-10-commands/#comment-914</guid>
		<description>I guess i&#039;m a network guy.

     44 ls
     43 cd
     33 sudo
     22 clear
     20 ssh
     13 scp
     11 vi
     10 ps
      7 ifconfig
      7 exit


jajajaja... what you been doing Mike? Nice Rake Kate ;-)</description>
		<content:encoded><![CDATA[<p>I guess i&#8217;m a network guy.</p>
<p>     44 ls<br />
     43 cd<br />
     33 sudo<br />
     22 clear<br />
     20 ssh<br />
     13 scp<br />
     11 vi<br />
     10 ps<br />
      7 ifconfig<br />
      7 exit</p>
<p>jajajaja&#8230; what you been doing Mike? Nice Rake Kate <img src='http://www.jorgebernal.info/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike Owens</title>
		<link>http://www.jorgebernal.info/personal/my-top-10-commands/comment-page-1#comment-913</link>
		<dc:creator>Mike Owens</dc:creator>
		<pubDate>Tue, 12 Jun 2007 13:56:46 +0000</pubDate>
		<guid isPermaLink="false">http://koke.amedias.org/articles/2007/06/11/my-top-10-commands/#comment-913</guid>
		<description>Hmm, never thought about checking these stats before, here&#039;s mine:

    104 cd
     99 ls
     63 svn
     48 ./script/console
     41 kate
     27 less
     22 rake
     11 ri
     11 irb
     10 vi

I guess &quot;grep&quot; is really underrepresented, usually being on the tail-end of one of the above commands, and I was pretty sure I used &quot;find&quot; more often than that.  

I&#039;ll blame the Rails directory structure for the dominance of cd and ls.</description>
		<content:encoded><![CDATA[<p>Hmm, never thought about checking these stats before, here&#8217;s mine:</p>
<p>    104 cd<br />
     99 ls<br />
     63 svn<br />
     48 ./script/console<br />
     41 kate<br />
     27 less<br />
     22 rake<br />
     11 ri<br />
     11 irb<br />
     10 vi</p>
<p>I guess &#8220;grep&#8221; is really underrepresented, usually being on the tail-end of one of the above commands, and I was pretty sure I used &#8220;find&#8221; more often than that.  </p>
<p>I&#8217;ll blame the Rails directory structure for the dominance of cd and ls.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jorge Bernal</title>
		<link>http://www.jorgebernal.info/personal/my-top-10-commands/comment-page-1#comment-912</link>
		<dc:creator>Jorge Bernal</dc:creator>
		<pubDate>Tue, 12 Jun 2007 07:47:54 +0000</pubDate>
		<guid isPermaLink="false">http://koke.amedias.org/articles/2007/06/11/my-top-10-commands/#comment-912</guid>
		<description>wow, big fan of glxgears :)</description>
		<content:encoded><![CDATA[<p>wow, big fan of glxgears <img src='http://www.jorgebernal.info/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Trevor</title>
		<link>http://www.jorgebernal.info/personal/my-top-10-commands/comment-page-1#comment-910</link>
		<dc:creator>Trevor</dc:creator>
		<pubDate>Tue, 12 Jun 2007 02:05:05 +0000</pubDate>
		<guid isPermaLink="false">http://koke.amedias.org/articles/2007/06/11/my-top-10-commands/#comment-910</guid>
		<description>Nifty!  Here&#039;s mine:
    153 sudo
     62 cd
     48 ls
     25 ping
     20 rm
     16 ifconfig
     13 vim
     12 pkill
     11 exit
      9 glxgears</description>
		<content:encoded><![CDATA[<p>Nifty!  Here&#8217;s mine:<br />
    153 sudo<br />
     62 cd<br />
     48 ls<br />
     25 ping<br />
     20 rm<br />
     16 ifconfig<br />
     13 vim<br />
     12 pkill<br />
     11 exit<br />
      9 glxgears</p>
]]></content:encoded>
	</item>
</channel>
</rss>
