Command that takes one parameter and then searches for the passed in parameter

Hi

I am looking for a unix command or a small shell script which can takes one parameter and then searches for the passed in the parameter in any or all files under say /home/dev/

Can anyone please help me on this?

man grep ("1"). Possibly with man find ("1") and man xargs ("1").

Yes correct..Can I have the complete command or a script which solve my purpose. Cheers!!

What have you tried so far? If anything?

Did you even look at the man pages? Which part are you having trouble with? A basic grep seems to fit what you want - if that's not the case then you need to say why.