Best grep-like tool

Posted by e-satis on Super User See other posts from Super User or by e-satis
Published on 2009-09-10T17:53:13Z Indexed on 2012/06/08 10:42 UTC
Read the original article Hit count: 272

Filed under:
|
|

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 that grep. Then I found ack : fast, easy, powerful. And now I use grin, which is smooth for pythonistas. I know there is also a couple of this kind of tools with a GUI.

So what tool do you use, and why do you think it's the best. Practical features generally are :

  • fast to fire and use;
  • speedy processing;
  • automatically ignore useless files;
  • colored output;
  • output lines, filename, context;
  • allow complex regexp;
  • allow a custom filtering and ouput;
  • GUI + command line intergation;
  • let you open an editor from the result set.

There are some related posts on SO :

© Super User or respective owner

Related posts about grep

Related posts about ack