Command to search for a file

Hi,

I am new to unix.Can you please tell me whether there is any command to search for a file in all the directories... and also i want to search for an expression in all the directories.

Thanks in advance.

Regards,
Harika Mamidala

find /dirname -name filename -print

Thanks for the reply.But,I want to find the file in all the directories.. and even search for the expression in all the directories..

Welcome to the forum ! :slight_smile:

Try searching the forums.

There are so many posts about that :slight_smile: