What is the name of the calendar program? I assume that you have looked at all of its docs, web sites, and generally googled for info about it. If none of that helps, I would try to find the directory where the program is installed and use find and grep to look for the email address: find . -type f| xargs grep 'user at ispcom' I hope that helps. 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. > > > > Thanks > > > Raymond > -- Eric (Rick) Meyerhoff rick at eworld3.net 952-929-1659 _______________________________________________ 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