[TriLUG] command line assistance, please

Ron Joffe rjoffe at yahoo.com
Tue Nov 27 14:52:58 EST 2007


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 {} \;




More information about the TriLUG mailing list