> I already tried the following: > > find /usr -iname ".*read*" -iname "*read*" -type f -print > You need use the '-o' flag to or terms : find /usr -iname ".*read*" -o -iname "*read*" -type f -print Steve -- "My mom had Windows at work and it hurt her eyes real bad"