On Tuesday 27 November 2007 14:50, James c. Jones wrote: > 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 pfrom the top of the paritions find . -type f -exec grep -H -i duke.edu {} \;