Which set option is used with vi editor to display line numbers on screen?
A. nm
B. nu
C. ic
D. li
E. None of the above
Answer: Option B
Solution (By Examveda Team)
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.
Join The Discussion