Multiple choice

Show the last n lines.

  1. tail

  2. head

  3. wc

  4. grep

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

The tail command displays the end portion of a file or stream, which is useful for monitoring logs or checking the end of a document.