<?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>jeremykendall.net &#187; meme</title>
	<atom:link href="http://www.jeremykendall.net/tag/meme/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jeremykendall.net</link>
	<description>{web developer, entrepreneur }</description>
	<lastBuildDate>Fri, 23 Jul 2010 19:18:30 +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 Contribution to the History Meme</title>
		<link>http://www.jeremykendall.net/2008/04/16/my-contribution-to-the-history-meme/</link>
		<comments>http://www.jeremykendall.net/2008/04/16/my-contribution-to-the-history-meme/#comments</comments>
		<pubDate>Wed, 16 Apr 2008 16:41:32 +0000</pubDate>
		<dc:creator>Jeremy Kendall</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Personal]]></category>
		<category><![CDATA[meme]]></category>

		<guid isPermaLink="false">http://dev.jeremykendall.net/wp/?p=23</guid>
		<description><![CDATA[From my work machine:

jkendall@ventura:~$ uname -a
Linux ventura 2.6.22-14-generic #1 SMP Tue Feb 12 07:42:25 UTC 2008 i686 GNU/Linux
jkendall@ventura:~$ history &#124; awk '{a[$2]++}END{for(i in a){print a[i] &#34; &#34; i}}' &#124; sort -rn &#124; head
83 exit
70 clear
58 cd
47 ls
44 ps
35 svn
32 tail
32 jgrep
23 kill
11 sshdev

jgrep is a bash alias for 'grep --color -r -n --exclude=\*.svn\*', while sshdev [...]]]></description>
			<content:encoded><![CDATA[<p>From my work machine:</p>

<div class="wp_syntax"><div class="code"><pre class="text" style="font-family:monospace;">jkendall@ventura:~$ uname -a
Linux ventura 2.6.22-14-generic #1 SMP Tue Feb 12 07:42:25 UTC 2008 i686 GNU/Linux
jkendall@ventura:~$ history | awk '{a[$2]++}END{for(i in a){print a[i] &quot; &quot; i}}' | sort -rn | head
83 exit
70 clear
58 cd
47 ls
44 ps
35 svn
32 tail
32 jgrep
23 kill
11 sshdev</pre></div></div>

<p>jgrep is a bash alias for <code>'grep --color -r -n --exclude=\*.svn\*'</code>, while sshdev is a bash alias that gets me to the dev box at work without having to type too much.</p>
<p>See more examples <a href="http://www.thelins.se/johan/2008/04/history-meme.html">here</a>, <a href="http://www.0xdeadbeef.com/weblog/?p=356">here</a>, <a href="http://www.j5live.com/2008/04/15/history-meme/">here</a>, and <a href="http://blogs.gnome.org/thos/2008/04/10/history-meme/">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jeremykendall.net/2008/04/16/my-contribution-to-the-history-meme/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
