Tell me more ×
Super User is a question and answer site for computer enthusiasts and power users. It's 100% free, no registration required.

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

share|improve this question

2 Answers

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

share|improve this answer

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

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

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.