<?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: how to print the result of an arithmetic calculation in a shell script</title>
	<atom:link href="https://www.emblogic.com/blog/06/how-to-print-the-result-of-an-arithmetic-calculation-in-a-shell-script/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.emblogic.com/blog/06/how-to-print-the-result-of-an-arithmetic-calculation-in-a-shell-script/</link>
	<description>Embedded System and ARM Training</description>
	<lastBuildDate>Mon, 07 Oct 2013 04:00:03 +0000</lastBuildDate>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.9.1</generator>
	<item>
		<title>By: hemant.kumar</title>
		<link>https://www.emblogic.com/blog/06/how-to-print-the-result-of-an-arithmetic-calculation-in-a-shell-script/#comment-852</link>
		<dc:creator><![CDATA[hemant.kumar]]></dc:creator>
		<pubDate>Wed, 27 Jun 2012 16:30:43 +0000</pubDate>
		<guid isPermaLink="false">http://emblogic.org/blog/?p=3606#comment-852</guid>
		<description><![CDATA[`expr 4 + 5`
and mind the gap while you are writing this
$((expression))
two ways to calcualte this..]]></description>
		<content:encoded><![CDATA[<p>`expr 4 + 5`<br />
and mind the gap while you are writing this<br />
$((expression))<br />
two ways to calcualte this..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rahul gaur</title>
		<link>https://www.emblogic.com/blog/06/how-to-print-the-result-of-an-arithmetic-calculation-in-a-shell-script/#comment-851</link>
		<dc:creator><![CDATA[rahul gaur]]></dc:creator>
		<pubDate>Wed, 27 Jun 2012 15:08:15 +0000</pubDate>
		<guid isPermaLink="false">http://emblogic.org/blog/?p=3606#comment-851</guid>
		<description><![CDATA[echo $((4+9)) 

:)]]></description>
		<content:encoded><![CDATA[<p>echo $((4+9)) </p>
<p> <img src="https://www.emblogic.com/blog/wp-includes/images/smilies/icon_smile.gif" alt=":)" class="wp-smiley" /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
