|
|
|
|
|
by petdance
2773 days ago
|
|
Various grepalike tools like ack, ag and rg have been mentioned. Most comments seem to be based on which tool runs simple searches faster, but note that their feature sets vary widely. Here's a handy chart that compares the features of each of these tools, along with git grep and plain ol' GNU grep. https://beyondgrep.com/feature-comparison/ |
|