> 1. I need to find a file ( file name unknown ) that contains an email > address which is partially known ( example = @duke.edu ) The search will > be across two ntfs partition and one linux partition. > I use this --> grep -r "@duke.edu" /var/mail The GNU version of grep has recursion built-in. :-) Alan .