Read parts of file

From: Mark (anonymous_at_discussions.microsoft.com)
Date: 05/10/04


Date: Mon, 10 May 2004 08:26:05 -0700

I have a file with thousands of lines in it but I only need to read the last few lines. How can I do this without loading that whole file in memory?
Mark