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