Question: Bash Shell Programming head This command is limited to the first several lines, you will not see how long the file actually is. By default,
Bash Shell Programming
head This command is limited to the first several lines, you will not see how long the file actually is. By default, you can only read the first 10 lines of a file. You can change the number of lines displayed by specifying a number option (e.g. 7) as shown in the following command:
$ head -7 /etc/passwd
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
