[plt-scheme] Recursive grepping
There probably is a good way to do this with a GUI (for example,
Apple's new "spotlight" thingy seems quite good. But the multi-file
searcher inside DrScheme needs work. Right now, it's just basically the
same interface you get at the commandline, but without an actual
commandline.
Robby
At Wed, 1 Jun 2005 10:23:08 -0500, Corey Sweeney wrote:
> For list-related administrative tasks:
> http://list.cs.brown.edu/mailman/listinfo/plt-scheme
>
> I've been doing greps from the command line too. Is this kind of
> thing hard to do from inside plt? I had thought it was just me.
>
> Corey
>
>
>
> On 6/1/05, Eli Barzilay <eli at barzilay.org> wrote:
> > This is a little utility for recursively grepping through a tree,
> > ignoring ".svn" directories and conveniently searching for files of a
> > certain extension.
> >
> > [It is mainly for people who use recursive greps and check out the
> > repository. If you're in this category, you have probably discovered
> > that recursively grepping the source tree is annoying because `grep
> > -r' will not use `--exclude' (apparently it was patched, but will take
> > time to propagate).]
> >
> > To see how to use it, run without arguments. You will need zsh.
> >
> > If anyone find this useful, please drop me a line so I'll know if I
> > should post such things in the future.
> >
> >
> >
> >
> > --
> > ((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay:
> > http://www.barzilay.org/ Maze is Life!
> >
> >
> >
> >