Linux command to "find"

I

iLLuSi0nS

Guest
Hey guys, just wondering if anyone knows the command to find certain words like "Plesk" in a folder full of files. Thanks
 
"locate" works pretty well for most stuff. "find" works out better for more complex searches.
 
Oh, and if you are talking about finding "Plesk" in the files' content, use "grep".
 
I want to find a image in a folder filled with php files. How would i search the php files to find words?
 
Back
Top