Displaying the first lines of files (head command)
Use the head command to write to standard output the first few lines of each of the specified files or of the standard input.
If no flag is specified with the head command, the first 10 lines are
displayed by default.
For example, to display the first five lines of the
Test file, type the following:
head -5 Test