<?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: Using command line tools to detect the most frequent words in a file</title>
	<atom:link href="http://tlrobinson.net/blog/2008/03/18/using-command-line-tools-to-detect-the-most-frequent-words-in-a-file/feed/" rel="self" type="application/rss+xml" />
	<link>http://tlrobinson.net/blog/2008/03/18/using-command-line-tools-to-detect-the-most-frequent-words-in-a-file/</link>
	<description></description>
	<lastBuildDate>Fri, 03 Sep 2010 11:06:43 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Alex</title>
		<link>http://tlrobinson.net/blog/2008/03/18/using-command-line-tools-to-detect-the-most-frequent-words-in-a-file/comment-page-1/#comment-19573</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Thu, 09 Oct 2008 00:20:39 +0000</pubDate>
		<guid isPermaLink="false">http://tlrobinson.net/blog/?p=35#comment-19573</guid>
		<description>&lt;p&gt;Couple sed commands can take care of the punction issue&lt;/p&gt;

&lt;p&gt;sed &#039;s/.//&#039;
sed &#039;s/,//&#039;&lt;/p&gt;

&lt;p&gt;etc&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Couple sed commands can take care of the punction issue</p>

<p>sed &#8217;s/.//&#8217;
sed &#8217;s/,//&#8217;</p>

<p>etc</p>]]></content:encoded>
	</item>
</channel>
</rss>
