Multiple choice

What is the ouput while executing wc -l command?

  1. print the line count

  2. print the byte count

  3. print the character count

  4. print the length of the longest line

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

Wc -l is used to print the line count.