When i was on windows I would use a software called agent ransack , that lets me look for a string within hundreds of files. On the mac what similar apps exists that you know of?

thanks

link|improve this question
feedback

2 Answers

Like on most UNIX-based systems, grep is always your friend.

link|improve this answer
feedback

The spotlight search in finder can search inside files. But I agree that grep is the best tool for the job.

link|improve this answer
I can't believe I didn't think of spotlight! +1 – phoebus Dec 3 '09 at 18:46
feedback

Your Answer

 
or
required, but never shown