Q. Which command is used to count the number of lines in a file?
β
Correct Answer: (C)
wc -l
Explanation: 'wc -l' counts the number of lines in a file.