<?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: Fibonacci in BASH</title>
	<atom:link href="http://www.zacharyfox.com/blog/fibonacci-project/fibonacci-in-bash/feed" rel="self" type="application/rss+xml" />
	<link>http://www.zacharyfox.com/blog/fibonacci-project/fibonacci-in-bash</link>
	<description></description>
	<lastBuildDate>Fri, 09 Jul 2010 16:22:10 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: raiser</title>
		<link>http://www.zacharyfox.com/blog/fibonacci-project/fibonacci-in-bash/comment-page-1#comment-20404</link>
		<dc:creator>raiser</dc:creator>
		<pubDate>Wed, 16 Jun 2010 16:59:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.zacharyfox.com/blog/fibonacci-project/fibonacci-in-bash#comment-20404</guid>
		<description>sry.. i&#039;ve see by debugging:


if [ $sum -lt 0 ] ; then
    echo $sum : $i
    exit
fi

the max value is: 7540113804746346429
i: 89</description>
		<content:encoded><![CDATA[<p>sry.. i&#8217;ve see by debugging:</p>
<p>if [ $sum -lt 0 ] ; then<br />
    echo $sum : $i<br />
    exit<br />
fi</p>
<p>the max value is: 7540113804746346429<br />
i: 89</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: raiser</title>
		<link>http://www.zacharyfox.com/blog/fibonacci-project/fibonacci-in-bash/comment-page-1#comment-20403</link>
		<dc:creator>raiser</dc:creator>
		<pubDate>Wed, 16 Jun 2010 16:55:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.zacharyfox.com/blog/fibonacci-project/fibonacci-in-bash#comment-20403</guid>
		<description>and again...
this code has a max value by 32Bit
(6431964919686552569) 
max while-&gt; iterations 921 :D</description>
		<content:encoded><![CDATA[<p>and again&#8230;<br />
this code has a max value by 32Bit<br />
(6431964919686552569)<br />
max while-&gt; iterations 921 <img src='http://www.zacharyfox.com/blog/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://www.zacharyfox.com/blog/fibonacci-project/fibonacci-in-bash/comment-page-1#comment-14516</link>
		<dc:creator>John</dc:creator>
		<pubDate>Sun, 03 Jan 2010 08:11:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.zacharyfox.com/blog/fibonacci-project/fibonacci-in-bash#comment-14516</guid>
		<description>This is great, thank you (bookmarked). I have been (sloooowly) moving over to Linux for LAMP and C / C++ apps. I do however have alot of little jobs that would be better suited to a script, so this is a great starter tutorial.

Now, if I could figure out how to use cron jobs to call these scripts that would be first class...

Thanks again...</description>
		<content:encoded><![CDATA[<p>This is great, thank you (bookmarked). I have been (sloooowly) moving over to Linux for LAMP and C / C++ apps. I do however have alot of little jobs that would be better suited to a script, so this is a great starter tutorial.</p>
<p>Now, if I could figure out how to use cron jobs to call these scripts that would be first class&#8230;</p>
<p>Thanks again&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
