Hi all,<br>
 I hope this question isnīt hmm, too damn<br>
<br>
 Lets say you want to search for a file on a certain installed
instance. The file name is foo.txt. You have know idea which directory
it might lives in. How would you go about it to make sure your search
donīt miss it?<br>
 I have always tried below and always got funny response<br>
#find  / -name foo.txt<br>
<br>
William<br>