if you have a large file, for example a log file and you want to see the last 15 entries in the log you can use this command to display and show you only the last 15 lines of the file:

tail 15 /var/log/mywebs.log

does that help?