Q. Which command is used to view the first 20 lines of a file?
β
Correct Answer: (A)
head -20
Explanation: 'head -20' displays the first 20 lines of a file.