Reading a .txt file

How do I read the second last line in a text file?

Hi,

Here’s how to get the second to last paragraph:

set t to "
a
b
c
"
paragraph -2 of t

gl,