Bash Shell Programming
head This command is limited to the firstseveral lines, you will not see how long the file actually is. Bydefault, you can only read the first 10 lines of a file. You canchange the number of lines displayed by specifying a number option(e.g. 7) as shown in the following command:
$ head -7 /etc/passwd
Expert Answer
An answer will be send to you shortly. . . . .