I want to find all files containing the string "interbase.so". If I do ls -Rl * | grep "interbase.so" I do not get the directory. What is the best way to do this? Todd --