If you want to display the desired last number of lines with Linuxtail, it will be sufficient to specify a number with the -n parameter.
For example :
To show the last 100 lines in the mail.log file and watch them live:
tail -f -n 100 /var/log/mail.log
You have examined the knowledge base in detail, but if you cannot find the information you need,
Create a Support Ticket