Q. Which Linux command shows the number of lines, words, and characters in a file?
β
Correct Answer: (C)
wc
Explanation: 'wc' (word count) returns the number of lines, words, and bytes/characters in a file.