<?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: Emulating Grep in Powershell</title>
	<atom:link href="http://www.mickelson.org/2007/12/06/emulating-grep-in-powershell/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mickelson.org/2007/12/06/emulating-grep-in-powershell/</link>
	<description>Embiggen Your Mind</description>
	<lastBuildDate>Tue, 31 Jan 2012 21:05:39 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: vmsplice</title>
		<link>http://www.mickelson.org/2007/12/06/emulating-grep-in-powershell/comment-page-1/#comment-15391</link>
		<dc:creator>vmsplice</dc:creator>
		<pubDate>Tue, 31 Jan 2012 21:05:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.mickelson.org/2007/12/06/emulating-grep-in-powershell/#comment-15391</guid>
		<description>Am referring to Mike with the example on findstr. ^_^</description>
		<content:encoded><![CDATA[<p>Am referring to Mike with the example on findstr. ^_^</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vmsplice</title>
		<link>http://www.mickelson.org/2007/12/06/emulating-grep-in-powershell/comment-page-1/#comment-15390</link>
		<dc:creator>vmsplice</dc:creator>
		<pubDate>Tue, 31 Jan 2012 21:04:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.mickelson.org/2007/12/06/emulating-grep-in-powershell/#comment-15390</guid>
		<description>Thank you so much for sharing. Most accurate comparing against &quot;grep&quot;</description>
		<content:encoded><![CDATA[<p>Thank you so much for sharing. Most accurate comparing against &#8220;grep&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://www.mickelson.org/2007/12/06/emulating-grep-in-powershell/comment-page-1/#comment-14114</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Thu, 13 Oct 2011 22:37:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.mickelson.org/2007/12/06/emulating-grep-in-powershell/#comment-14114</guid>
		<description>For basics....
$ new-alias grep findstr
$ dir &#124; grep -i tesT
-a---        10/10/2011  11:55 AM       1761 test-port.ps1                               
-a---        10/11/2011  10:15 AM       3133 test-ports.ps1                              
-a---        10/13/2011   3:00 PM        496 test_slurp.ps1</description>
		<content:encoded><![CDATA[<p>For basics&#8230;.<br />
$ new-alias grep findstr<br />
$ dir | grep -i tesT<br />
-a&#8212;        10/10/2011  11:55 AM       1761 test-port.ps1<br />
-a&#8212;        10/11/2011  10:15 AM       3133 test-ports.ps1<br />
-a&#8212;        10/13/2011   3:00 PM        496 test_slurp.ps1</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pedro</title>
		<link>http://www.mickelson.org/2007/12/06/emulating-grep-in-powershell/comment-page-1/#comment-10683</link>
		<dc:creator>pedro</dc:creator>
		<pubDate>Thu, 09 Sep 2010 17:05:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.mickelson.org/2007/12/06/emulating-grep-in-powershell/#comment-10683</guid>
		<description>Even easier

findstr -s &quot;mypattern&quot; *.cpp</description>
		<content:encoded><![CDATA[<p>Even easier</p>
<p>findstr -s &#8220;mypattern&#8221; *.cpp</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: FkYko</title>
		<link>http://www.mickelson.org/2007/12/06/emulating-grep-in-powershell/comment-page-1/#comment-9892</link>
		<dc:creator>FkYko</dc:creator>
		<pubDate>Thu, 25 Mar 2010 07:00:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.mickelson.org/2007/12/06/emulating-grep-in-powershell/#comment-9892</guid>
		<description>Or you could have written

ls * *.cpp -r &#124; ss mypattern -ca

for the same thing</description>
		<content:encoded><![CDATA[<p>Or you could have written</p>
<p>ls * *.cpp -r | ss mypattern -ca</p>
<p>for the same thing</p>
]]></content:encoded>
	</item>
</channel>
</rss>

