vote up 0 vote down star

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 :


76% accept rate

migrated to superuser.com by Manni, EBGreen, Jon B, chaos, Shog9 Sep 11 at 1:46

Browse other questions tagged or ask your own question.