Re: Monitor and compare two log files in real time

2008-08-06 Thread Shawn Milochik
Can you be more specific? That will also help you write your requirements, which will lead to your pseudo code and then your code. Do you want to search for a a pre-defined string (or set of strings), or just look for anything matching a pattern to appear in the first file? Related question: Can t

RE: Monitor and compare two log files in real time

2008-08-06 Thread Reedick, Andrew
> -Original Message- > From: [EMAIL PROTECTED] [mailto:python- > [EMAIL PROTECTED] On Behalf Of m > Sent: Wednesday, August 06, 2008 1:25 PM > To: python-list@python.org > Subject: Monitor and compare two log files in real time > > I have a script I would like to write but I am not sure