Click to See Complete Forum and Search --> : Looking for program


pneudralics
04-03-2006, 08:29 PM
Is there a program out there that searches files for certain text? Lets say I have a folder with 20 phpfiles in it. I want to look for $TEXT. Is there a program that lets you type in $TEXT and it shows all the files in that folder that has the text $TEXT?

Just wondering..

dalecosp
04-03-2006, 11:52 PM
Um, grep(1)?

;)

pneudralics
04-04-2006, 02:26 AM
awesome thanks.