Home » Questions » Computers [ Ask a new question ]

Text search tool in Mac for programmer

Text search tool in Mac for programmer

I have used Total Commander in Windows to search string in files, view results and browse source tree.

Asked by: Guest | Views: 275
Total answers/comments: 2
Guest [Entry]

"I use Path Finder for this. It allows you to filter in searches.

If I understand your question, that is what your looking for?"
Guest [Entry]

"ack-grep might be what you want:

ack is a tool like grep, designed for programmers with large trees of heterogeneous source code.

ack is written purely in Perl, and takes advantage of the power of Perl's regular expressions."