in reply to Reading the last line of a file in a Pure Way.

You might also want to read the responses at Is there a way to read a file backwards?

-Blake

  • Comment on Re: Reading the last line of a file in a Pure Way.

Replies are listed 'Best First'.
Re: Re: Reading the last line of a file in a Pure Way.
by hackmare (Pilgrim) on Aug 28, 2001 at 11:02 UTC

    Thanks for the pointer, blakem. Did the trick, and I'm on my way.

    There's one ref in the pointer you gave me that addresses a 'Pure' way to do it using seek. It seems that many the replies addressed all the ways to find the tail end of a file in an efficient way, but vnpandey gave the most helpful answer in Re: Is there a way to read a file backwards?

    That was great help.

    --Hackmare. The luster of my ignorance is dimming.