Multiple choice

How many words, characters and lines

  1. wc

  2. grep

  3. how

  4. try

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

wc (word count) displays newline count, word count, and byte count. This answers 'how many' questions about file content. The question wording is awkward but the answer is correct.