<?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>UncleZeiv&#039;s Corner &#187; tools</title>
	<atom:link href="http://unclezeiv.kerid.org/tag/tools/feed" rel="self" type="application/rss+xml" />
	<link>http://unclezeiv.kerid.org</link>
	<description>still in love with underscores</description>
	<lastBuildDate>Sun, 15 Jan 2012 22:30:35 +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>Use ack!</title>
		<link>http://unclezeiv.kerid.org/2008/05/use-ack?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=use-ack</link>
		<comments>http://unclezeiv.kerid.org/2008/05/use-ack#comments</comments>
		<pubDate>Tue, 06 May 2008 23:39:44 +0000</pubDate>
		<dc:creator>UncleZeiv</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[tools]]></category>

		<guid isPermaLink="false">http://unclezeiv.kerid.org/?p=15</guid>
		<description><![CDATA[By misspelling awk during a search, I&#8217;ve come to know a very useful utility: ack. I wholeheartedly suggest to install it and use it as a drop in replacement for grep in most circumstances. Basically, it&#8217;s a developer-friendly grep that, by default, ignores many annoying things that tend to get in the way nowadays, such [...]]]></description>
			<content:encoded><![CDATA[<p>By misspelling awk during a search, I&#8217;ve come to know a very useful utility: <a href="http://petdance.com/ack/" target="_blank">ack</a>. I wholeheartedly suggest to install it and use it as a drop in replacement for grep in most circumstances.</p>
<p>Basically, it&#8217;s a developer-friendly grep that, by default, <strong>ignores many annoying things that tend to get in the way nowadays</strong>, such as .svn folders. Other common options, such as recursiveness and &#8220;operate on all files in this directory&#8221; are assumed without the need of explicitly typing them. The output is <strong>structured, colored and highlighted</strong> in a meaningful and useful way &#8212; but it still plays well in a pipe, where it reverts to a more sober, grep-like output. It maintains a small (but extendable) database of filetypes, so that you can ask for specific categories of files to be included or not: for instance &#8211;noshell ignores .sh, .bash, .csh, .tcsh, .ksh, and .zsh files.</p>
<p>It&#8217;s also actively maintained.</p>
<p>It&#8217;s already an indispensable tool for me. Go grab it, you won&#8217;t regret it!</p>
]]></content:encoded>
			<wfw:commentRss>http://unclezeiv.kerid.org/2008/05/use-ack/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

