How can I find and read the last lines of a large .txt file on an SD card?

bertschermers:
I made a testfile with 2500lines of 16 characters and count the characters with SD.size()
when I divided the outcome by 2500, it says 18!!
One extra char should be the carriage return, the last one I really do'nt know.

Every line ends with the two-character sequence "\r\n" (carriage return and line feed) when you use println().