tail.1posix -n10 mylog.log
copy the last part of a file
-n  number
       This option shall be equivalent to -c number, except the starting location in the  file  shall  be
       measured  in lines instead of bytes. The origin for counting shall be 1; that is, -n +1 represents
       the first line of the file, -n -1 the last.
source manpages: tail