Beginner
Linux & Shell Scripting
Q29 / 100
What does the "wc -l" command count?
Correct! Well done.
Incorrect.
The correct answer is B) The number of lines in the input
B
Correct Answer
The number of lines in the input
Explanation
"wc" (word count) with the "-l" flag counts the number of newline characters (lines) in the given file or input stream.
Progress
29/100