8

Having used ack for some time now, I find it much better for my development purposes than grep. But then I've heard about rak and grin. Has anyone used all three of them and can provide a comparison?

sumek
  • 717

3 Answers3

-1

For people still looking at this question:

At this point you should probably use ripgrep

sumek
  • 717
-1

As the rak website says, rak is a Ruby grep-like tool based on ack. grin is a Python grep-like tool also based on ack.

mcandre
  • 3,098
-1

You can use The Silver Searcher. Here is project page. It is really fast.