Subject: Re: [ast-developers] Feature request: AST grep -r
--------

> I like to request that AST grep gets GNU grep's option -r to
> recursively search a directory tree. IMO AST grep is superior to GNU
> grep but the lack of easy search with GNU grep -r forces me to pick
> GNU grep on such occasion :(
> 
> Chris
> 

Did you consider using
        tw grep
for this?

Another alternative with ksh93 is to use
        set -o globstar
        alias grep='command -x grep'
        grep pattern **/*


David Korn
[email protected]
_______________________________________________
ast-developers mailing list
[email protected]
https://mailman.research.att.com/mailman/listinfo/ast-developers

Reply via email to