Sometime today, ketan shah wrote:
ex suppose i want to find java file i don't know where it is so how to find it from root whithout searching in each dirctory.
user@localhost :~ > find / -iname MyObject.java
Read the 'find' manual. "man find". "info find". Find is a very useful program.
Manish