<?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: PowerShell Power User Tips: Get-Command precedence</title>
	<atom:link href="http://huddledmasses.org/powershell-power-user-tips-get-command-precedence/feed/" rel="self" type="application/rss+xml" />
	<link>http://huddledmasses.org/powershell-power-user-tips-get-command-precedence/</link>
	<description>You can do more than breathe for free...</description>
	<lastBuildDate>Fri, 03 Feb 2012 03:27:25 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Trevor</title>
		<link>http://huddledmasses.org/powershell-power-user-tips-get-command-precedence/comment-page-1/#comment-166572</link>
		<dc:creator>Trevor</dc:creator>
		<pubDate>Sat, 21 Jun 2008 17:02:09 +0000</pubDate>
		<guid isPermaLink="false">http://HuddledMasses.org/powershell-power-user-tips-get-command-precedence/#comment-166572</guid>
		<description>Well that&#039;s embarrassing. Meant &quot;gb&quot; not &quot;tb&quot;</description>
		<content:encoded><![CDATA[<p>Well that&#8217;s embarrassing. Meant &#8220;gb&#8221; not &#8220;tb&#8221; </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Trevor</title>
		<link>http://huddledmasses.org/powershell-power-user-tips-get-command-precedence/comment-page-1/#comment-166570</link>
		<dc:creator>Trevor</dc:creator>
		<pubDate>Sat, 21 Jun 2008 16:57:44 +0000</pubDate>
		<guid isPermaLink="false">http://HuddledMasses.org/powershell-power-user-tips-get-command-precedence/#comment-166570</guid>
		<description>Powershell beginner here. Off topic, this page helped me stumble on this:

filter kb { $_ / 1024}
filter mb { $_ / 1024 / 1024 }
filter tb { $_ / 1024 / 1024 / 1024 }

I use Powershell as a calculator:

10mb + 285kb &#124; mb

Goodbye calc!</description>
		<content:encoded><![CDATA[<p>Powershell beginner here. Off topic, this page helped me stumble on this:</p>
<p>filter kb { $_ / 1024}<br />
filter mb { $_ / 1024 / 1024 }<br />
filter tb { $_ / 1024 / 1024 / 1024 }</p>
<p>I use Powershell as a calculator:</p>
<p>10mb + 285kb | mb</p>
<p>Goodbye calc!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

