Display last few lines

I have huge text files and I only want to display on the screen the last lines.
with less -G file.txt i get the beginning of the file.

What is wrong with using tail command? (Should do the trick...)

Yes, thank you!