Moderate

Which of the following command lists the last 10 lines of a file ?

Correct answer: B. tail

  • A. grep
  • B. tail
  • C. head
  • D. cat

Explanation

`tail` displays the end of a file and shows the final 10 lines by default. `head` performs the opposite operation by showing the first 10 lines.

Last updated

Practise Software Development Lifecycle

423 free Software Development Lifecycle MCQs from Software Engineering, each with the correct answer and an explanation. Unlimited attempts, no account needed.

Exams that ask Software Engineering questions like this

Software Engineering is on this paper prepared for on TestUstad, and all of them draw the same bank, so this question is worth knowing for it.

Related questions