Vidyalelo
Computer Science · Q60

UNIX

Engineering and GATE · Computer Science · question 60

Q60

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

A.
nm
B.
nu
Answer
C.
ic
D.
li
E.
None of the above

Answer: Option B

Solution

Answer: Option B
Solution:
In the vi editor, the set option "nu" is used to display line numbers on the screen. When you type ":set nu" or ":set number" in command mode of vi, it enables line numbering, displaying line numbers to the left of each line.

Therefore, the correct answer is Option B: nu.