<?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>Edward Andrew Robinson &#187; commands</title>
	<atom:link href="http://www.earobinson.org/tag/commands/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.earobinson.org</link>
	<description>“Brilliant people simplify things, and mediocre people complicate things.” — Unknown</description>
	<lastBuildDate>Thu, 25 Feb 2010 02:52:06 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>My top 10 commands 2.0</title>
		<link>http://www.earobinson.org/2008/04/10/my-top-10-commands-20/</link>
		<comments>http://www.earobinson.org/2008/04/10/my-top-10-commands-20/#comments</comments>
		<pubDate>Thu, 10 Apr 2008 20:29:57 +0000</pubDate>
		<dc:creator>Edward Andrew Robinson</dc:creator>
				<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[earobinson]]></category>
		<category><![CDATA[commands]]></category>
		<category><![CDATA[shell]]></category>
		<category><![CDATA[terminal]]></category>
		<category><![CDATA[top 10]]></category>

		<guid isPermaLink="false">http://www.earobinson.org/?p=102</guid>
		<description><![CDATA[I know that this has been done before but it seems to go around every once in a while and I always have fun reading them. So once again here are my top 10 commands.
My Computer
[sourcecode language="python"]earobinson@MinusOne:~$ history&#124;awk &#8216;{a[$2]++ } END{for(i in a){print a[i] &#8221; &#8221; i}}&#8217;&#124;sort -rn&#124;head
143 cd
114 ls
53 make
48 svn
34 svnup
18 sh
12 cat
11 [...]]]></description>
			<content:encoded><![CDATA[<p>I know that <a href="http://www.earobinson.org/2007/06/12/my-top-10-commands/">this has been done before</a> <a href="http://blog.nixternal.com/2008.04.10/my-turn/">but</a> <a href="http://etank.wordpress.com/2008/04/10/shell-history/">it</a> <a href="http://ubuntu-tutorials.com/2008/04/10/ehh-what-the-hell/">seems</a> <a href="http://www.sharms.org/blog/?p=129">to</a> <a href="http://jimmac.musichall.cz/log/?p=427">go</a> <a href="http://bethesignal.org/blog/2008/04/10/shell-history-stats/">around</a> <a href="http://weblog.licio.eti.br/2008/04/10/shell-history-meme/">every</a> <a href="http://laserjock.wordpress.com/2008/04/10/me-too-me-too/">once</a> <a href="http://beuno.com.ar/archives/67">in</a> <a href="http://nvalcarcel.aureal.com.pe/?p=178">a</a> <a href="http://www.bani.com.br/2008/04/10/history-meme/">while</a> <a href="http://blog.nixternal.com/2008.04.10/my-turn/">and</a> <a href="http://blog.rpereira.org/2008/04/shell-history-stats.html">I</a> <a href="http://www.sourcecode.de/content/damni-lose">always</a> <a href="http://matthewhelmke.net/index.php/2008/04/10/49-shell-history">have</a> fun reading them. So <a href="http://www.earobinson.org/2007/06/12/my-top-10-commands/">once again</a> here are my top 10 commands.</p>
<p><strong>My Computer</strong><br />
[sourcecode language="python"]earobinson@MinusOne:~$ history|awk &#8216;{a[$2]++ } END{for(i in a){print a[i] &#8221; &#8221; i}}&#8217;|sort -rn|head<br />
143 cd<br />
114 ls<br />
53 make<br />
48 svn<br />
34 svnup<br />
18 sh<br />
12 cat<br />
11 rm<br />
11 geany<br />
9 touch<br />
earobinson@MinusOne:~$ alias svnup<br />
alias svnup=&#8217;. /media/data/dev/scripts/svnup/svnup.sh&#8217;<br />
[/sourcecode]</p>
<p><strong>Laptop</strong><br />
[sourcecode language="python"]earobinson@NaN:~$ history|awk &#8216;{a[$2]++ } END{for(i in a){print a[i] &#8221; &#8221; i}}&#8217;|sort -rn|head<br />
138 make<br />
82 ls<br />
70 cd<br />
41 cmake<br />
33 svn<br />
19 svnup<br />
18 cat<br />
16 man<br />
12 ./A/runA<br />
10 geany<br />
earobinson@NaN:~$ alias svnup<br />
alias svnup=&#8217;. /media/data/dev/scripts/svnup/svnup.sh&#8217;<br />
[/sourcecode]</p>
<p><strong>Girlfriends Computer</strong><br />
[sourcecode language="python"]earobinson@Null:~$ history|awk &#8216;{a[$2]++ } END{for(i in a){print a[i] &#8221; &#8221; i}}&#8217;|sort -rn|head<br />
49 espeak<br />
7 sudo<br />
1 vi<br />
1 top<br />
1 ssh<br />
1 man<br />
1 ls<br />
1 history|awk<br />
1 history<br />
1 exit<br />
earobinson@Null:~$ espeak &#8220;love ya baby&#8221;<br />
[/sourcecode]</p>


<p><strong>Related posts:</strong><ol><li><a href='http://www.earobinson.org/2007/06/12/my-top-10-commands/' rel='bookmark' title='Permanent Link: My top 10 commands'>My top 10 commands</a></li>
<li><a href='http://www.earobinson.org/2007/09/12/posting-source-code-to-wordpresscom/' rel='bookmark' title='Permanent Link: Posting Source Code to Wordpress.com'>Posting Source Code to Wordpress.com</a></li>
<li><a href='http://www.earobinson.org/2007/09/10/python-vteterminal-example/' rel='bookmark' title='Permanent Link: Python vte.Terminal example'>Python vte.Terminal example</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.earobinson.org/2008/04/10/my-top-10-commands-20/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
	</channel>
</rss>
