what is the best command to do this ?

Hi
i have a fedora core 2 server ....
i want to know what is the command i need to do a search for a string such as "vBulletin" in all files on my box ...in all folders and sub folders on my customers sites ...

i tried to use grep :

grep "vBulletin" -1i /

but it search only on the root folder ...

i also try to use

grep "vBulletin" -1i /home/*/public_html/*

but it search only in public_htmls not in the sub dirs...

also it some times return this error to me :

-bash: /bin/grep: Argument list too long

can you help me plz ?

 

 

 

 

Top