Tagged Questions
3
votes
1answer
287 views
grin, ack and rak comparison
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?
...
10
votes
6answers
763 views
Best grep-like tool
I do in file search a lot, and used to love grep. Then I learn the existence of egrep, so I switched to benefit from the advanced regexp. Then I discovered the Eclipse search tool. Much easier to use ...