<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>jba blog &#187; tool</title>
	<atom:link href="http://jbablog.com/tag/tool/feed/" rel="self" type="application/rss+xml" />
	<link>http://jbablog.com</link>
	<description>the personal blog of John BouAntoun</description>
	<lastBuildDate>Fri, 18 Nov 2011 01:18:57 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Cool windows utility to process log files</title>
		<link>http://jbablog.com/2009/10/cool-windows-utility-to-process-log-files/</link>
		<comments>http://jbablog.com/2009/10/cool-windows-utility-to-process-log-files/#comments</comments>
		<pubDate>Thu, 08 Oct 2009 03:13:50 +0000</pubDate>
		<dc:creator>jba</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[tool]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://jbablog.com/2009/10/cool-windows-utility-to-process-log-files/</guid>
		<description><![CDATA[Over on the msmq blog, I found this awesome snippet about using the FIND command line utility to remove the noise from log files that your are looking in. So for example, to ignore all lines with “0xC00E001B” in it you would use this command: FIND&#160; /V&#160; &#34;0xC00E001B&#34;&#160; MSMQ.LOG&#160; &#62;&#160; NEWMSMQ.LOG]]></description>
			<content:encoded><![CDATA[<p>Over on the <a href="http://blogs.msdn.com/johnbreakwell/" target="_blank">msmq blog</a>, I found this <a href="http://blogs.msdn.com/johnbreakwell/archive/2009/10/07/today-s-favourite-command-line-4-in-a-series.aspx" target="_blank">awesome snippet</a> about using the FIND command line utility to remove the noise from log files that your are looking in.</p>
<p>So for example, to ignore all lines with “0xC00E001B” in it you would use this command:</p>
<pre>FIND&#160; /V&#160; &quot;0xC00E001B&quot;&#160; MSMQ.LOG&#160; &gt;&#160; NEWMSMQ.LOG</pre>
]]></content:encoded>
			<wfw:commentRss>http://jbablog.com/2009/10/cool-windows-utility-to-process-log-files/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

