<?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: The Geeky Command Prompt Calculator</title>
	<atom:link href="http://tinyhacker.com/hacks/the-geeky-command-prompt-calculator/feed/" rel="self" type="application/rss+xml" />
	<link>http://tinyhacker.com/hacks/the-geeky-command-prompt-calculator/</link>
	<description>Tiny Tips for the Common Geek</description>
	<lastBuildDate>Wed, 23 May 2012 14:35:41 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Mars</title>
		<link>http://tinyhacker.com/hacks/the-geeky-command-prompt-calculator/comment-page-1/#comment-424</link>
		<dc:creator>Mars</dc:creator>
		<pubDate>Sun, 22 Nov 2009 17:14:22 +0000</pubDate>
		<guid isPermaLink="false">http://tinyhacker.com/hacks/the-geeky-command-prompt-calculator/#comment-424</guid>
		<description>When calc(){ awk &quot;BEGIN{ print $* }&quot; ;} is entered in my terminal all it does is launch the calculator in windows 7</description>
		<content:encoded><![CDATA[<p>When calc(){ awk &#8220;BEGIN{ print $* }&#8221; ;} is entered in my terminal all it does is launch the calculator in windows 7</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Benjamin Jones</title>
		<link>http://tinyhacker.com/hacks/the-geeky-command-prompt-calculator/comment-page-1/#comment-201</link>
		<dc:creator>Benjamin Jones</dc:creator>
		<pubDate>Tue, 03 Nov 2009 21:42:28 +0000</pubDate>
		<guid isPermaLink="false">http://tinyhacker.com/hacks/the-geeky-command-prompt-calculator/#comment-201</guid>
		<description>You could use &quot;bc&quot; as well and have use of more functions than awk understands, e.g.
calc(){ echo $* &#124; bc -l ; }
$ calc &quot;l(1.0585)&quot;
0.05685281159278279480</description>
		<content:encoded><![CDATA[<p>You could use &#8220;bc&#8221; as well and have use of more functions than awk understands, e.g.<br />
calc(){ echo $* | bc -l ; }<br />
$ calc &#8220;l(1.0585)&#8221;<br />
0.05685281159278279480</p>
]]></content:encoded>
	</item>
</channel>
</rss>

