[plt-scheme] Recursive grepping

From: Corey Sweeney (corey.sweeney at gmail.com)
Date: Wed Jun 1 11:23:08 EDT 2005

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!
> 
> 
> 
>



Posted on the users mailing list.