<?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: Generic Grep Tool</title>
	<atom:link href="http://www.elharo.com/blog/tech/2007/01/14/generic-grep-tool/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.elharo.com/blog/tech/2007/01/14/generic-grep-tool/</link>
	<description>Ranting and Raving</description>
	<pubDate>Thu, 08 Jan 2009 14:35:19 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: The Cafes &#187; My Next Book</title>
		<link>http://www.elharo.com/blog/tech/2007/01/14/generic-grep-tool/comment-page-1/#comment-42365</link>
		<dc:creator>The Cafes &#187; My Next Book</dc:creator>
		<pubDate>Sun, 11 Feb 2007 01:01:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.elharo.com/blog/tech/2007/01/14/generic-grep-tool/#comment-42365</guid>
		<description>[...] With a little luck, the book should be on store shelves sometime this summer. I&#8217;ve already posted a number of questions that arose while writing it. I&#8217;m going to be posting a lot more over the next couple of months. I also plan to post many small excerpts from the book for your perusal and comment. I hope you&#8217;ll help out by commenting on, caviling, and correcting the draft pieces I&#8217;ll be posting here. [...]</description>
		<content:encoded><![CDATA[<p>[...] With a little luck, the book should be on store shelves sometime this summer. I&#8217;ve already posted a number of questions that arose while writing it. I&#8217;m going to be posting a lot more over the next couple of months. I also plan to post many small excerpts from the book for your perusal and comment. I hope you&#8217;ll help out by commenting on, caviling, and correcting the draft pieces I&#8217;ll be posting here. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: anjan bacchu</title>
		<link>http://www.elharo.com/blog/tech/2007/01/14/generic-grep-tool/comment-page-1/#comment-35814</link>
		<dc:creator>anjan bacchu</dc:creator>
		<pubDate>Fri, 19 Jan 2007 02:39:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.elharo.com/blog/tech/2007/01/14/generic-grep-tool/#comment-35814</guid>
		<description>hi elharo,

  it looks like more people like jEdit -- I agree! 

  Are you trying to remove the SEARCH REPLACE tool from jEdit and make it a separate app ?

Thank you,

BR,
~A</description>
		<content:encoded><![CDATA[<p>hi elharo,</p>
<p>  it looks like more people like jEdit &#8212; I agree! </p>
<p>  Are you trying to remove the SEARCH REPLACE tool from jEdit and make it a separate app ?</p>
<p>Thank you,</p>
<p>BR,<br />
~A</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul King</title>
		<link>http://www.elharo.com/blog/tech/2007/01/14/generic-grep-tool/comment-page-1/#comment-33946</link>
		<dc:creator>Paul King</dc:creator>
		<pubDate>Mon, 15 Jan 2007 21:56:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.elharo.com/blog/tech/2007/01/14/generic-grep-tool/#comment-33946</guid>
		<description>jEdit is probably the way to go. If you want something in Perl, check out:
http://pleac.sourceforge.net/pleac_perl/patternmatching.html
Look for Program: tcgrep

It is definitely in the unix-style tool genre but it does recursive searches, inside zip files, paragraph mode.

I have written an equivalent in Groovy (still command line but a GUI would be easy to add). It supports Ant style include/exclude specifiers and is a short program that is easy to modify yourself. Happy to pass on the code if you want.</description>
		<content:encoded><![CDATA[<p>jEdit is probably the way to go. If you want something in Perl, check out:<br />
<a href="http://pleac.sourceforge.net/pleac_perl/patternmatching.html" onclick="javascript:pageTracker._trackPageview('/outbound/comment/pleac.sourceforge.net');" rel="nofollow">http://pleac.sourceforge.net/pleac_perl/patternmatching.html</a><br />
Look for Program: tcgrep</p>
<p>It is definitely in the unix-style tool genre but it does recursive searches, inside zip files, paragraph mode.</p>
<p>I have written an equivalent in Groovy (still command line but a GUI would be easy to add). It supports Ant style include/exclude specifiers and is a short program that is easy to modify yourself. Happy to pass on the code if you want.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Neville Rowe</title>
		<link>http://www.elharo.com/blog/tech/2007/01/14/generic-grep-tool/comment-page-1/#comment-33881</link>
		<dc:creator>Neville Rowe</dc:creator>
		<pubDate>Mon, 15 Jan 2007 13:08:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.elharo.com/blog/tech/2007/01/14/generic-grep-tool/#comment-33881</guid>
		<description>I'd second jEdit - I've been using it for far-too-long on both Mac and PC and find it very good. Mac integration isn't great (I've been meaning to do something about it for ages but haven't got around to it yet) - my gripes are
1. if jEdit is running with edited files when you shutdown or logout it cancels the shutdown rather than displaying a dialog.
2. menus in the wrong place.
3. if you exit jEdit with the window minimised, when you open it again it is still minimised, and you cannot click on the app icon in the doc to get it to maximise - you have to click on the document.

None of which are serious and it is it still my preferred text editor on all platforms.

N.</description>
		<content:encoded><![CDATA[<p>I&#8217;d second jEdit - I&#8217;ve been using it for far-too-long on both Mac and PC and find it very good. Mac integration isn&#8217;t great (I&#8217;ve been meaning to do something about it for ages but haven&#8217;t got around to it yet) - my gripes are<br />
1. if jEdit is running with edited files when you shutdown or logout it cancels the shutdown rather than displaying a dialog.<br />
2. menus in the wrong place.<br />
3. if you exit jEdit with the window minimised, when you open it again it is still minimised, and you cannot click on the app icon in the doc to get it to maximise - you have to click on the document.</p>
<p>None of which are serious and it is it still my preferred text editor on all platforms.</p>
<p>N.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Elliotte Rusty Harold</title>
		<link>http://www.elharo.com/blog/tech/2007/01/14/generic-grep-tool/comment-page-1/#comment-33849</link>
		<dc:creator>Elliotte Rusty Harold</dc:creator>
		<pubDate>Sun, 14 Jan 2007 19:18:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.elharo.com/blog/tech/2007/01/14/generic-grep-tool/#comment-33849</guid>
		<description>Excellent idea! Thank you! That looks like almost exactly what I need, and to the extent it isn't I can hack on it to make it so.</description>
		<content:encoded><![CDATA[<p>Excellent idea! Thank you! That looks like almost exactly what I need, and to the extent it isn&#8217;t I can hack on it to make it so.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tony Cowderoy</title>
		<link>http://www.elharo.com/blog/tech/2007/01/14/generic-grep-tool/comment-page-1/#comment-33832</link>
		<dc:creator>Tony Cowderoy</dc:creator>
		<pubDate>Sun, 14 Jan 2007 17:21:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.elharo.com/blog/tech/2007/01/14/generic-grep-tool/#comment-33832</guid>
		<description>jEdit?</description>
		<content:encoded><![CDATA[<p>jEdit?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Elliotte Rusty Harold</title>
		<link>http://www.elharo.com/blog/tech/2007/01/14/generic-grep-tool/comment-page-1/#comment-33826</link>
		<dc:creator>Elliotte Rusty Harold</dc:creator>
		<pubDate>Sun, 14 Jan 2007 16:18:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.elharo.com/blog/tech/2007/01/14/generic-grep-tool/#comment-33826</guid>
		<description>The problem with Unix tools like sed, grep, and perl (besides the lack of a GUI) is that they don't deal well with multiple line ending conventions, and they can't easily handle nested directory hierarchies. They are designed to work on one Unix file at a time, not a big collection of files from multiple platforms. They also have trouble once you move beyond ASCII. 

What's nice about BBEdit is that it provides the full power of grep in a reasonable (though imperfect) GUI. However, it's payware and Mac OS X only.</description>
		<content:encoded><![CDATA[<p>The problem with Unix tools like sed, grep, and perl (besides the lack of a GUI) is that they don&#8217;t deal well with multiple line ending conventions, and they can&#8217;t easily handle nested directory hierarchies. They are designed to work on one Unix file at a time, not a big collection of files from multiple platforms. They also have trouble once you move beyond ASCII. </p>
<p>What&#8217;s nice about BBEdit is that it provides the full power of grep in a reasonable (though imperfect) GUI. However, it&#8217;s payware and Mac OS X only.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: anjan bacchu</title>
		<link>http://www.elharo.com/blog/tech/2007/01/14/generic-grep-tool/comment-page-1/#comment-33823</link>
		<dc:creator>anjan bacchu</dc:creator>
		<pubDate>Sun, 14 Jan 2007 15:37:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.elharo.com/blog/tech/2007/01/14/generic-grep-tool/#comment-33823</guid>
		<description>hi there,

   have you considered sed ? 

BR,
~A</description>
		<content:encoded><![CDATA[<p>hi there,</p>
<p>   have you considered sed ? </p>
<p>BR,<br />
~A</p>
]]></content:encoded>
	</item>
</channel>
</rss>
