• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

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