tail command
Subscribe
The tail command display the last ten lines of the specified Linux files. If the user wants to display additional lines, use –n option to mention the extra number of lines to view.Syntax for tail command “tail [options] [file()]”. While having more than one file, the tail command gives each set of output with a header by giving the file name. If there are no files specified in the tail command, then it reads from the standard input.