<?xml version="1.0" encoding="UTF-8"?>
<post>
  <body>&lt;p&gt;Well, long time no post here.&lt;/p&gt; &lt;p&gt;I'm going to talk about a tool that changed the way I do search on the programming front.&lt;/p&gt; &lt;p&gt;Since I really don't like grep for common searches (it's a great tool but it's interface is a bit clunky) I used to use the &lt;a href=&quot;http://regexxer.sourceforge.net/&quot; title=&quot;Regexxer&quot;&gt;Regexxer&lt;/a&gt; for those kind of project searches (it's a great GUI tool, I recommend it to anyone).&lt;/p&gt; &lt;p&gt;But since I'm more of a minimalist command line kind of guy, I was happy as a &lt;a href=&quot;http://en.wikipedia.org/wiki/Bonobo&quot; title=&quot;Happy monkey&quot;&gt;bonobo&lt;/a&gt; when I found &lt;a href=&quot;http://petdance.com/ack/&quot; title=&quot;Ack makes me happy, Bonobo style&quot;&gt;ack&lt;/a&gt;, a grep like program hat has a interface for human beings (yeah, ubuntu reference, sue me). To give a little example on how simple is to search in a ruby project for example:&lt;/p&gt; &lt;pre&gt;&lt;code&gt;cd ~/project/path&lt;/code&gt;&lt;/pre&gt; &lt;pre&gt;&lt;code&gt;ack-grep --ruby string_to_be_searched&lt;/code&gt;&lt;/pre&gt; &lt;p&gt;And that's it, if you want any more details, the &lt;a href=&quot;http://petdance.com/ack/&quot; title=&quot;again, a cool link&quot;&gt;ack&lt;/a&gt; home page has a great little tutorial.&lt;/p&gt; &lt;p&gt;Hugs everyone.&lt;/p&gt;</body>
  <created-at type="datetime">2008-06-26T13:58:57Z</created-at>
  <id type="integer">26</id>
  <permalink>better-than-grep-you-bet</permalink>
  <title>Better than grep? You bet!</title>
  <updated-at type="datetime">2008-10-24T04:29:31Z</updated-at>
  <user-id type="integer">1</user-id>
</post>
