<?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: History of the name Samba</title>
	<atom:link href="http://blog.link2caro.net/read/history-of-the-name-samba/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.link2caro.net/read/history-of-the-name-samba/</link>
	<description>I&#039;m just flesh &#039;n bones, but with you I feel I&#039;m flyin&#039; - Superman</description>
	<lastBuildDate>Sun, 14 Mar 2010 03:46:31 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: CA RO</title>
		<link>http://blog.link2caro.net/read/history-of-the-name-samba/comment-page-1/#comment-550</link>
		<dc:creator>CA RO</dc:creator>
		<pubDate>Fri, 20 Nov 2009 10:53:20 +0000</pubDate>
		<guid isPermaLink="false">http://link2caro.net/?p=658#comment-550</guid>
		<description>Or egrep -i &quot;^s.+m.+b&quot; /usr/share/dict/words

egrep -i &quot;^s[a-z]{0,1}m[a-z]{0,1}b[a-z]{0,1}$&quot; /usr/share/dict/words just gives you less results than other commands :) 

Many possibilities :)</description>
		<content:encoded><![CDATA[<p>Or egrep -i &#8220;^s.+m.+b&#8221; /usr/share/dict/words</p>
<p>egrep -i &#8220;^s[a-z]{0,1}m[a-z]{0,1}b[a-z]{0,1}$&#8221; /usr/share/dict/words just gives you less results than other commands <img src='http://blog.link2caro.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  </p>
<p>Many possibilities <img src='http://blog.link2caro.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian</title>
		<link>http://blog.link2caro.net/read/history-of-the-name-samba/comment-page-1/#comment-540</link>
		<dc:creator>Brian</dc:creator>
		<pubDate>Mon, 16 Nov 2009 22:13:30 +0000</pubDate>
		<guid isPermaLink="false">http://link2caro.net/?p=658#comment-540</guid>
		<description>Actually, the command would have been:

egrep -i &quot;^s.*m.*b&quot; /usr/share/dict/words 

.* means any character (.) for as many times (*) before encountering m or b, as the case may be.

So, search for words beginning with &quot;s&quot; with any number of additional letters, then an &quot;m&quot;, any additional letters and a &quot;b&quot;</description>
		<content:encoded><![CDATA[<p>Actually, the command would have been:</p>
<p>egrep -i &#8220;^s.*m.*b&#8221; /usr/share/dict/words </p>
<p>.* means any character (.) for as many times (*) before encountering m or b, as the case may be.</p>
<p>So, search for words beginning with &#8220;s&#8221; with any number of additional letters, then an &#8220;m&#8221;, any additional letters and a &#8220;b&#8221;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
