The tail or tail -10 command can be used to see only the last ten lines of a file. The tail -n command is used to see the last n lines of a file. By default, the tail command shows the last 10 lines of a file.
Answer options A and C are incorrect. The head or head -10 command can be used to see only the first ten lines of a file. The head –n command is used to see the first n lines of a file. By default, the head command shows the first 10 lines of a file.
Contribute your Thoughts:
Chosen Answer:
This is a voting comment (?). You can switch to a simple comment. It is better to Upvote an existing comment if you don't have anything to add.
Submit