On Sat, 1 Nov 2003, Raymond Norton wrote:
> I am setting up a calendar program that is configured to notify members of
> new events. That part works, but it is sending a generic notice, not the one
> I am expecting. I need to locate the file it is using which contains the
> text user at isp.com. Is there a way of doing this with cat or a find command.
> I have done what I know to do, but am not finding the name of the file.

 I know you got an answer, but I'm a little surprised that no one gave the 
shortest way of doing this:

grep -r user at isp.com /var/www/html/*

 The -r is for recursive.

     Jima


_______________________________________________
TCLUG Mailing List - Minneapolis/St. Paul, Minnesota
http://www.mn-linux.org tclug-list at mn-linux.org
https://mailman.real-time.com/mailman/listinfo/tclug-list