Multiple choice What is the ouput while executing wc -l command? print the line count print the byte count print the character count 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.