I have a daily report file which looks something like
What I want to do is send an e-mail if the data in todays report is different from yesterdays. The problem, of course, is that, even when the data is the same the different date means I can't use a straight diff.
I could, of course, copy the two files, minus their first line, into temporary files and compare them but there must be a better way.
Ceci n'est pas une signature
Columb Healy
Code:
Report for 25 June 2007
data
data
data
....
I could, of course, copy the two files, minus their first line, into temporary files and compare them but there must be a better way.
Ceci n'est pas une signature
Columb Healy