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

[amp_mcq option1=”nm” option2=”nu” option3=”ic” option4=”li E. None of the above” correct=”option2″]

The correct answer is: B. nu

The nu option is used with vi editor to display line numbers on screen.

The nm option is used to display the name of the file being edited.

The ic option is used to insert a carriage return at the end of each line.

The li option is used to set the line length.

The none of the above option is incorrect.