Re: [PD] recursive searching with [text search]

2018-07-25 Thread José de Abreu
implemented together. I say this because 1: using ranges to > achieve multiple results is not trivial--not for new users anyway, and > especially not compared to a simple "-r" flag. And 2: I'm guessing that it > would be less efficient. > > ---

Re: [PD] recursive searching with [text search]

2018-07-22 Thread hans w. koch
i´d love to have a list output of all matches! as one immediate benefit, it would make removing duplicate lines in textfiles a snap. best hans > Am 21.07.2018 um 14:28 schrieb Miller Puckette : > > I keep thinking about that too. One idea would be to specify a range of > lines to search in,

Re: [PD] recursive searching with [text search]

2018-07-21 Thread Miller Puckette
I keep thinking about that too. One idea would be to specify a range of lines to search in, so that one could use the results of the previous search to start teh next one. Another would be to output a list of ALL search-matches. cheers Miller On Sat, Jul 21, 2018 at 09:10:57AM +, Liam

[PD] recursive searching with [text search]

2018-07-21 Thread Liam Goodacre
People often ask about how to get multiple matches with [text search] (see here). There are a few ways of doing it but none of them are very optimal, and it seems like something that would be much easier and more