Moderate

Which set option is used with vi editor to display line numbers on screen ?

Correct answer: B. nu

  • A. nm
  • B. nu
  • C. ic
  • D. li

Explanation

In vi, `:set nu` or `:set number` enables line numbers, and `nu` is the accepted abbreviation. The other options refer to different or invalid settings.

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