Program to show just last few lines?



Is there a program that would just print last few lines of a file. I guess
this could be done with sed or something like that, but I was wondering if
there is a program that would actually read the file from the back and just
print last x amount of lines, so that I would not have to load the entire
file into memory.

Thank you,

- Bogdan
.