<?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"
	>
<channel>
	<title>Comments on: Decimal Math in shell scripts</title>
	<atom:link href="http://dcortesi.com/2005/10/09/decimal-math-in-shell-scripts/feed/" rel="self" type="application/rss+xml" />
	<link>http://dcortesi.com/2005/10/09/decimal-math-in-shell-scripts/</link>
	<description>Coding, Security, and maybe a little bit about Damon Cortesi</description>
	<pubDate>Sun, 12 Oct 2008 19:56:27 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: Damon</title>
		<link>http://dcortesi.com/2005/10/09/decimal-math-in-shell-scripts/#comment-2534</link>
		<dc:creator>Damon</dc:creator>
		<pubDate>Fri, 21 Oct 2005 18:28:28 +0000</pubDate>
		<guid isPermaLink="false">http://dcortesi.com/2005/10/09/decimal-math-in-shell-scripts/#comment-2534</guid>
		<description>Ah, very good point.  I had never even heard of dc prior to playing with this and was surprised to find that bash could only do integer math.  Thanks for the update!</description>
		<content:encoded><![CDATA[<p>Ah, very good point.  I had never even heard of dc prior to playing with this and was surprised to find that bash could only do integer math.  Thanks for the update!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://dcortesi.com/2005/10/09/decimal-math-in-shell-scripts/#comment-2533</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Fri, 21 Oct 2005 13:13:28 +0000</pubDate>
		<guid isPermaLink="false">http://dcortesi.com/2005/10/09/decimal-math-in-shell-scripts/#comment-2533</guid>
		<description>Just a quickie on why the variable was chosen, even if slightly longer compute. $RANDOM was chosen because it's part of bash; when dealing cross-platform (Solaris, AIX, Linux), we found that bash was always a common package loaded.</description>
		<content:encoded><![CDATA[<p>Just a quickie on why the variable was chosen, even if slightly longer compute. $RANDOM was chosen because it&#8217;s part of bash; when dealing cross-platform (Solaris, AIX, Linux), we found that bash was always a common package loaded.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

