<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<rss version="2.0">
  <channel>
  <title>ack dev/users Google Group</title>
  <link>http://groups.google.com/group/ack-users</link>
  <description>For developers and users of ack</description>
  <language>en</language>
  <item>
  <title>Re: Add optional argument to -o</title>
  <link>http://groups.google.com/group/ack-users/browse_thread/thread/77fb3ec36e1562aa/835a7cc209c77a87?show_docid=835a7cc209c77a87</link>
  <description>
  Another option: &lt;br&gt; If you have no capture groups, -o outputs $&amp;amp;. &lt;br&gt; If you have one capture group -o outputs $1 &lt;br&gt; If you have more than one capture group… I&#39;m not sure. &lt;br&gt; The idea here is that you can pretty much always use non-capturing &lt;br&gt; groups. Tho it&#39;s a bit more typing for what is possibly a throw away &lt;br&gt; command.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/ack-users/browse_thread/thread/77fb3ec36e1562aa/835a7cc209c77a87?show_docid=835a7cc209c77a87</guid>
  <author>
  caio.chas...@gmail.com
  (Caio Chassot)
  </author>
  <pubDate>Tue, 05 Jan 2010 18:21:34 UT
</pubDate>
  </item>
  <item>
  <title>Re: Add optional argument to -o</title>
  <link>http://groups.google.com/group/ack-users/browse_thread/thread/77fb3ec36e1562aa/26b03842dc0c085b?show_docid=26b03842dc0c085b</link>
  <description>
  When you want more, I say you fall back to good out --output.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/ack-users/browse_thread/thread/77fb3ec36e1562aa/26b03842dc0c085b?show_docid=26b03842dc0c085b</guid>
  <author>
  caio.chas...@gmail.com
  (Caio Chassot)
  </author>
  <pubDate>Tue, 05 Jan 2010 18:17:35 UT
</pubDate>
  </item>
  <item>
  <title>Re: [ack-users] Add optional argument to -o</title>
  <link>http://groups.google.com/group/ack-users/browse_thread/thread/77fb3ec36e1562aa/b8b6d367d244a836?show_docid=b8b6d367d244a836</link>
  <description>
  Let&#39;s see what others think. My concern is that then we&#39;re going to &lt;br&gt; want -o1,4 or something.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/ack-users/browse_thread/thread/77fb3ec36e1562aa/b8b6d367d244a836?show_docid=b8b6d367d244a836</guid>
  <author>
  a...@petdance.com
  (Andy Lester)
  </author>
  <pubDate>Tue, 05 Jan 2010 15:15:23 UT
</pubDate>
  </item>
  <item>
  <title>Add optional argument to -o</title>
  <link>http://groups.google.com/group/ack-users/browse_thread/thread/77fb3ec36e1562aa/b73ac5e95a1ed2f8?show_docid=b73ac5e95a1ed2f8</link>
  <description>
  Hi all, &lt;br&gt; -o is kinda equivalent to --output &#39;$&amp;amp;&#39; &lt;br&gt; So I&#39;m thinking, what if we make -o take an optional argument to print &lt;br&gt; the capture number, so that -o N is equivalent --output &#39;$N&#39;? &lt;br&gt; Sounds good? Warrant a ticket / patch?
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/ack-users/browse_thread/thread/77fb3ec36e1562aa/b73ac5e95a1ed2f8?show_docid=b73ac5e95a1ed2f8</guid>
  <author>
  caio.chas...@gmail.com
  (Caio Chassot)
  </author>
  <pubDate>Tue, 05 Jan 2010 13:26:08 UT
</pubDate>
  </item>
  <item>
  <title>Any ack hackers going to Frozen Perl 2010?</title>
  <link>http://groups.google.com/group/ack-users/browse_thread/thread/6b3350d529cba7fa/83bf2a41a01fab91?show_docid=83bf2a41a01fab91</link>
  <description>
  I see there&#39;s a hackathon on Sunday of Frozen Perl 2010. Anyone going? A hackathon for design on ack 2.0 might just the thing. &lt;br&gt; xoxo, &lt;br&gt; Andy
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/ack-users/browse_thread/thread/6b3350d529cba7fa/83bf2a41a01fab91?show_docid=83bf2a41a01fab91</guid>
  <author>
  a...@petdance.com
  (Andy Lester)
  </author>
  <pubDate>Sat, 02 Jan 2010 17:14:01 UT
</pubDate>
  </item>
  <item>
  <title>Re: Where&#39;s grep -n?</title>
  <link>http://groups.google.com/group/ack-users/browse_thread/thread/f9ce5c294a500085/85edcf19bb28792b?show_docid=85edcf19bb28792b</link>
  <description>
  I&#39;d add -N for --no-recurse while at it.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/ack-users/browse_thread/thread/f9ce5c294a500085/85edcf19bb28792b?show_docid=85edcf19bb28792b</guid>
  <author>
  caio.chas...@gmail.com
  (Caio Chassot)
  </author>
  <pubDate>Sat, 02 Jan 2010 11:45:51 UT
</pubDate>
  </item>
  <item>
  <title>Re: Invert (negate) meaning of -G option</title>
  <link>http://groups.google.com/group/ack-users/browse_thread/thread/518329d839ebc531/ee81ce714666c0b8?show_docid=ee81ce714666c0b8</link>
  <description>
  Just some related issues that have bugged me recently: &lt;br&gt; 1. I agree and add that both -G and -g could use a negative version. &lt;br&gt; I would suggest renaming one of them, and using the uppercase &lt;br&gt; version for negation. &lt;br&gt; So -g remains, and -G is -g negated. Then -G becomes another letter. &lt;br&gt; Say -x, with -X for negation.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/ack-users/browse_thread/thread/518329d839ebc531/ee81ce714666c0b8?show_docid=ee81ce714666c0b8</guid>
  <author>
  caio.chas...@gmail.com
  (Caio Chassot)
  </author>
  <pubDate>Sat, 02 Jan 2010 11:53:48 UT
</pubDate>
  </item>
  <item>
  <title>Match only once per line</title>
  <link>http://groups.google.com/group/ack-users/browse_thread/thread/ef25f8b2ba4c7a8b/f9f74e22290302f1?show_docid=f9f74e22290302f1</link>
  <description>
  What I want is something to match only once per line. Similar to -m &lt;br&gt; and -1, but for lines. &lt;br&gt; The general case would be match at most x times per line, and return &lt;br&gt; me only the nth match. &lt;br&gt; Do we have any option close to this? Sounds like something that would &lt;br&gt; be useful? &lt;br&gt; I currently deal with this need by doing something like this:
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/ack-users/browse_thread/thread/ef25f8b2ba4c7a8b/f9f74e22290302f1?show_docid=f9f74e22290302f1</guid>
  <author>
  caio.chas...@gmail.com
  (Caio Chassot)
  </author>
  <pubDate>Sat, 02 Jan 2010 12:16:27 UT
</pubDate>
  </item>
  <item>
  <title>Re: Invert (negate) meaning of -G option</title>
  <link>http://groups.google.com/group/ack-users/browse_thread/thread/518329d839ebc531/3ae00353096e8075?show_docid=3ae00353096e8075</link>
  <description>
  Hello Andy, Christopher&#39;s solution of negative lookahead &lt;br&gt; (^(?!.*REGEX)) works well and so I have a good solution until &lt;br&gt; Ack 2.0 arrives. &lt;br&gt; Gerhard.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/ack-users/browse_thread/thread/518329d839ebc531/3ae00353096e8075?show_docid=3ae00353096e8075</guid>
  <author>
  spreg...@yahoo.de
  (Gerhard Sprenger)
  </author>
  <pubDate>Sat, 02 Jan 2010 09:52:51 UT
</pubDate>
  </item>
  <item>
  <title>Re: Invert (negate) meaning of -G option</title>
  <link>http://groups.google.com/group/ack-users/browse_thread/thread/518329d839ebc531/1cd27eeed363d7ee?show_docid=1cd27eeed363d7ee</link>
  <description>
  On 31 Dez. 2009, 19:01, &amp;quot;Christopher J. Madsen&amp;quot; &amp;lt;p...@cjmweb.net&amp;gt; &lt;br&gt; wrote: &lt;br&gt; Hello Chris, thanks a lot. Your solution is *exactly* what I was &lt;br&gt; looking for (utilize a feature &lt;br&gt; of Perl regexes not obvious to me). Negative lookahead seems to ba a &lt;br&gt; perfect solution &lt;br&gt; to match a pattern that doesn&#39;t include another pattern. Lookarounds
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/ack-users/browse_thread/thread/518329d839ebc531/1cd27eeed363d7ee?show_docid=1cd27eeed363d7ee</guid>
  <author>
  spreg...@yahoo.de
  (Gerhard Sprenger)
  </author>
  <pubDate>Sat, 02 Jan 2010 09:40:32 UT
</pubDate>
  </item>
  <item>
  <title>Re: [ack-users] Invert (negate) meaning of -G option</title>
  <link>http://groups.google.com/group/ack-users/browse_thread/thread/518329d839ebc531/d7d53508efe75c93?show_docid=d7d53508efe75c93</link>
  <description>
  ^(?!.*REGEX) ought to do it, although that&#39;s more typing than just &amp;quot;!&amp;quot;. &lt;br&gt; (That does assume your filenames don&#39;t contain newlines, which is &lt;br&gt; usually a fairly safe assumption.)
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/ack-users/browse_thread/thread/518329d839ebc531/d7d53508efe75c93?show_docid=d7d53508efe75c93</guid>
  <author>
  p...@cjmweb.net
  (Christopher J. Madsen)
  </author>
  <pubDate>Thu, 31 Dec 2009 18:01:04 UT
</pubDate>
  </item>
  <item>
  <title>Re: [ack-users] Invert (negate) meaning of -G option</title>
  <link>http://groups.google.com/group/ack-users/browse_thread/thread/518329d839ebc531/edad84ae9eaf22bf?show_docid=edad84ae9eaf22bf</link>
  <description>
  Not in ack 1.x. Ack 2.0 will have overhauled file selection tools.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/ack-users/browse_thread/thread/518329d839ebc531/edad84ae9eaf22bf?show_docid=edad84ae9eaf22bf</guid>
  <author>
  a...@petdance.com
  (Andy Lester)
  </author>
  <pubDate>Thu, 31 Dec 2009 17:51:33 UT
</pubDate>
  </item>
  <item>
  <title>Invert (negate) meaning of -G option</title>
  <link>http://groups.google.com/group/ack-users/browse_thread/thread/518329d839ebc531/5d254417882bedb0?show_docid=5d254417882bedb0</link>
  <description>
  Hello, great tool. Thank You Andy. &lt;br&gt; I want to negate the -G option (only search files that match REGEX) to &lt;br&gt; search only files that DON&#39;T match REGEX. Some REGEX are easy to &lt;br&gt; negate (&amp;quot;\d\d\d&amp;quot; -&amp;gt; &amp;quot;\D\D\D&amp;quot;) but how to specify much more complicated &lt;br&gt; search criterions? To specify files that don&#39;t end in .bat and not
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/ack-users/browse_thread/thread/518329d839ebc531/5d254417882bedb0?show_docid=5d254417882bedb0</guid>
  <author>
  spreg...@yahoo.de
  (Gerhard Sprenger)
  </author>
  <pubDate>Thu, 31 Dec 2009 16:37:24 UT
</pubDate>
  </item>
  <item>
  <title>Re: [ack-users] Where&#39;s grep -n?</title>
  <link>http://groups.google.com/group/ack-users/browse_thread/thread/f9ce5c294a500085/86f0f5b33c24e46c?show_docid=86f0f5b33c24e46c</link>
  <description>
  Ok, I&#39;ll bite. &lt;br&gt; How should &amp;quot;show line numbers&amp;quot; behave? &lt;br&gt; The -H option, which shows filenames, automatically adds line numbers. &lt;br&gt; Should there be an option to suppress line numbers, if someone wants &lt;br&gt; filenames but no line numbers?
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/ack-users/browse_thread/thread/f9ce5c294a500085/86f0f5b33c24e46c?show_docid=86f0f5b33c24e46c</guid>
  <author>
  o...@avtalion.name
  (Ori Avtalion)
  </author>
  <pubDate>Sat, 26 Dec 2009 12:08:46 UT
</pubDate>
  </item>
  <item>
  <title>Re: [ack-users] ack-grep suggestion in FAQ</title>
  <link>http://groups.google.com/group/ack-users/browse_thread/thread/6396c782047e43c3/87dc88c882f8c5ba?show_docid=87dc88c882f8c5ba</link>
  <description>
  Oh, right, good point. Thanks. &lt;br&gt; xoxo, &lt;br&gt; Andy
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/ack-users/browse_thread/thread/6396c782047e43c3/87dc88c882f8c5ba?show_docid=87dc88c882f8c5ba</guid>
  <author>
  a...@petdance.com
  (Andy Lester)
  </author>
  <pubDate>Fri, 25 Dec 2009 04:48:49 UT
</pubDate>
  </item>
  </channel>
</rss>
