Multiple choice

Show the first n lines.

  1. head

  2. tail

  3. sort

  4. wc

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

The head command displays the beginning portion of a file or stream, by default showing the first 10 lines.