piranha / goreplace

command line tool for search and replace
ISC License
185 stars 14 forks source link

regex based restriction search to certain files #10

Closed vigneshsarma closed 11 years ago

vigneshsarma commented 11 years ago

For example: find --name "*.py" | grep abcd

I couldn't find a way to do this. did I miss it?

piranha commented 11 years ago

No, there is no such option... I need to invent option name for that and implement it, it won't be hard to do. :) If you have suggestions regarding the name I would like to hear them.

piranha commented 11 years ago

fixed by #11