On Tue, 22 Feb 2000 [EMAIL PROTECTED] wrote:

> I don't think FROM and TO solve my problem. For example I have one log file
> covering October, November, December, and another covering November,
> December, January and I wish to produce a report covering October to
> January. If I feed both log files in together I believe I get double
> counting of the records in the overlap period. I need a way of ignoring the
> duplicated records.
> 

I agree, FROM and TO don't help. You need a per-logfile FROM and TO, but
there isn't one. I think the only way is to pre-process the logfiles. On
Unix this would be trivial (use head and tail to extract the top n or
bottom n lines), but I don't know if something similar's available for
Windows.

-- 
Stephen Turner    [EMAIL PROTECTED]    http://www.statslab.cam.ac.uk/~sret1/
  Statistical Laboratory, 16 Mill Lane, Cambridge CB2 1SB, England
  "We can ask you to pay the full amount which you owe us if you:
   (a) become bankrupt; or (b) die." Egg Credit Card Agreement

------------------------------------------------------------------------
This is the analog-help mailing list. To unsubscribe from this
mailing list, send mail to [EMAIL PROTECTED]
with "unsubscribe" in the main BODY OF THE MESSAGE.
List archived at http://www.mail-archive.com/[email protected]/
------------------------------------------------------------------------

Reply via email to