<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Fearless Bytes 3</title>
	<atom:link href="http://fearlessbit.com/2009/04/03/fearless-bytes-3/feed/" rel="self" type="application/rss+xml" />
	<link>http://fearlessbit.com/2009/04/03/fearless-bytes-3/</link>
	<description>Embracing Change in Technology</description>
	<lastBuildDate>Mon, 12 Dec 2011 16:47:26 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: john</title>
		<link>http://fearlessbit.com/2009/04/03/fearless-bytes-3/#comment-9</link>
		<dc:creator><![CDATA[john]]></dc:creator>
		<pubDate>Wed, 08 Apr 2009 19:13:01 +0000</pubDate>
		<guid isPermaLink="false">http://fearlessbit.com/?p=27#comment-9</guid>
		<description><![CDATA[yeah -- that took me a little while to figure out. 
I still think I prefer &#039;ls &#124; wc -l&#039; to &#039;(get-childitems .).count&#039;. On the other hand, process stuff I like much better in powershell.

get-process &#124; sort-object -property cpu -descending &#124; select-object -first 20

makes a lot more sense than

ps -are -o &quot;comm cpu&quot; &#124; head -20]]></description>
		<content:encoded><![CDATA[<p>yeah &#8212; that took me a little while to figure out.<br />
I still think I prefer &#8216;ls | wc -l&#8217; to &#8216;(get-childitems .).count&#8217;. On the other hand, process stuff I like much better in powershell.</p>
<p>get-process | sort-object -property cpu -descending | select-object -first 20</p>
<p>makes a lot more sense than</p>
<p>ps -are -o &#8220;comm cpu&#8221; | head -20</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben Goodwin</title>
		<link>http://fearlessbit.com/2009/04/03/fearless-bytes-3/#comment-7</link>
		<dc:creator><![CDATA[Ben Goodwin]]></dc:creator>
		<pubDate>Mon, 06 Apr 2009 13:45:32 +0000</pubDate>
		<guid isPermaLink="false">http://fearlessbit.com/?p=27#comment-7</guid>
		<description><![CDATA[The key to Powershell is remembering that every command returns an object.  You then realize you can do stuff like this:



&lt;blockquote&gt;(Get-Process -name winamp*).Path
(Get-Process -name winamp*).VirtualMemorySize
(dir AUTOEXEC.BAT).CreationTime
(dir AUTOEXEC.BAT).CreationTime.Year&lt;/blockquote&gt;



And then this



&lt;blockquote&gt;Get-Content c:\boot.ini &#124; ForEach-Object { $_.Length }&lt;/blockquote&gt;]]></description>
		<content:encoded><![CDATA[<p>The key to Powershell is remembering that every command returns an object.  You then realize you can do stuff like this:</p>
<blockquote><p>(Get-Process -name winamp*).Path<br />
(Get-Process -name winamp*).VirtualMemorySize<br />
(dir AUTOEXEC.BAT).CreationTime<br />
(dir AUTOEXEC.BAT).CreationTime.Year</p></blockquote>
<p>And then this</p>
<blockquote><p>Get-Content c:\boot.ini | ForEach-Object { $_.Length }</p></blockquote>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://fearlessbit.com/2009/04/03/fearless-bytes-3/#comment-6</link>
		<dc:creator><![CDATA[John]]></dc:creator>
		<pubDate>Mon, 06 Apr 2009 13:33:47 +0000</pubDate>
		<guid isPermaLink="false">http://fearlessbit.com/?p=27#comment-6</guid>
		<description><![CDATA[oooh. thanks for the powershell link. the little powershell i have learned has made me ever so slightly more competent on windows. :-D]]></description>
		<content:encoded><![CDATA[<p>oooh. thanks for the powershell link. the little powershell i have learned has made me ever so slightly more competent on windows. <img src='http://s0.wp.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':-D' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>

