Hacker News new | ask | show | jobs
by lachenmayer 4918 days ago
Or even 'ag' (the silver searcher). Like ack, but "better". https://github.com/ggreer/the_silver_searcher
1 comments

"better" or just faster since its written in C ?

It is not a drop-in replacement for ack. e.g. there are some basic usages it does not support -- iirc counts (ag -c pattern).

Eh, faster is faster, does it matter why?
The part about written in C was just added on. My point was "better or faster". If you say "faster is better" I'll have to agree :)