|
|
|
|
|
by mlrtime
243 days ago
|
|
Thank you for providing this tool to the community... I'm a old timer and haven't moved away from grep -R , grep -E, etc... However one thing that I find annoying with grep more recently is grepping through fs with lots of container layers or files that are unreadable... easy enough to make a bash function for 'find . -type f -name <> | xargs grep'. Does rg solve these issues for you? Thanks! |
|