<?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>The Exploits of Plouj &#187; geek</title>
	<atom:link href="http://www.plouj.com/blog/tag/geek/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.plouj.com/blog</link>
	<description>A blog by Michael Ploujnikov</description>
	<lastBuildDate>Tue, 01 Feb 2011 13:55:17 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>shell history meme</title>
		<link>http://www.plouj.com/blog/2008/04/30/shell-history-meme/</link>
		<comments>http://www.plouj.com/blog/2008/04/30/shell-history-meme/#comments</comments>
		<pubDate>Wed, 30 Apr 2008 23:10:43 +0000</pubDate>
		<dc:creator>plouj</dc:creator>
				<category><![CDATA[fun]]></category>
		<category><![CDATA[geek]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[meme]]></category>
		<category><![CDATA[shell]]></category>

		<guid isPermaLink="false">http://www.plouj.com/blog/?p=9</guid>
		<description><![CDATA[On my home desktop machine: $ history &#124; awk '{a[$2]++ } END{for(i in a){print a[i] " " i}}'&#124;sort -rn&#124;head 2835 ls 1624 cd 1246 ssh 964 svn 801 su 521 screen 479 man 472 rm 471 less 402 yum same, but as root: # history &#124; awk '{a[$2]++ } END{for(i in a){print a[i] " " [...]]]></description>
			<content:encoded><![CDATA[<p>On my home desktop machine:</p>
<pre>$ history | awk '{a[$2]++ } END{for(i in a){print a[i] " " i}}'|sort -rn|head
2835 ls
1624 cd
1246 ssh
964 svn
801 su
521 screen
479 man
472 rm
471 less
402 yum</pre>
<p>same, but as root:</p>
<pre># history | awk '{a[$2]++ } END{for(i in a){print a[i] " " i}}'|sort -rn|head
842 yum
317 ls
173 vim
107 mdadm
102 mount
80 man
73 ./secure-data2.sh
68 tail
63 dmesg|tail
62 umount</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.plouj.com/blog/2008/04/30/shell-history-meme/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

