grep one word in two files

Hi All,

Can we grep one word in two file at same time. i.e using one command only. for ex

egrep -i "word" file1 file2

is it possible?

You just did it.