<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/css" href="/stylesheets/rss.css"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/">
  <channel>
    <title>Tech-Blog: Tag meme</title>
    <link>/articles/tag/meme</link>
    <language>en-us</language>
    <ttl>40</ttl>
    <description>Mike Pierson's technology blog</description>
    <item>
      <title>History</title>
      <description>&lt;p&gt;Here I give in to a Silly Internet Meme (&lt;a href='http://www.tbray.org/ongoing/When/200x/2008/04/15/History-Meme'&gt;Tim&lt;/a&gt; made me do it).&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;
mpierson@macbook:~$  history|\
awk '{a[$2]++} END{for(i in a){printf "%5d\t%s \n",a[i],i}}'|\
sort -rn|head
  195	ls 
  121	g 
   83	svn 
   75	cd 
   71	sudo 
   50	less 
   32	grep 
   28	xbacklight 
   22	ssh 
   20	./update.sh 

&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;&amp;#x201c;g&amp;#x201d; is an alias for &lt;code&gt;gvim&lt;/code&gt; and &amp;#x201c;update.sh&amp;#x201d; is an IDM build script.&lt;/p&gt;

&lt;p&gt;... and I've added Tim's &amp;#x201c;lh&amp;#x201d; to the macbook&lt;/p&gt;

</description>
      <pubDate>Wed, 16 Apr 2008 09:34:00 -0400</pubDate>
      <guid isPermaLink="false">urn:uuid:2092be74-1491-40b5-b1a8-4f249e545390</guid>
      <author>Mike</author>
      <link>/articles/2008/04/16/history</link>
      <category>programming</category>
      <category>bash</category>
      <category>meme</category>
      <trackback:ping>/articles/trackback/407</trackback:ping>
    </item>
  </channel>
</rss>
