in reply to (tye)Re2: How can I read just the end of a huge file?
in thread How can I read just the end of a huge file?

if you're looking for fast code:

$result=`tail your_file`;
i do like this method even if it's more scripting than coding...
  • Comment on Re: (tye)Re: How can I read just the end of a huge file?