Need help in command

hi all,

can anyone help me out how to find a specific word in the all files in the specific directory.

Server : HP unix server.

Thanks,
Arun

grep word *

i have plenty of files in many directory. speicifically need to find out the files using the word.

---------- Post updated at 08:48 AM ---------- Previous update was at 08:38 AM ----------

using that specific word i need to find out the code which is used by that word.

---------- Post updated at 08:55 AM ---------- Previous update was at 08:48 AM ----------

i have tried tis

find /ram/cik-prod/ -type f -exec grep 'JOB_STEP_ID' /dev/null {} \;