How can you enable onscreen (non-printing) numbers in a vi session?
A.
:set num
B.
:se nu
C.
:set -o number
D.
:set +o num
E.
None of the choices
How can you enable onscreen (non-printing) numbers in a vi session?
How can you enable onscreen (non-printing) numbers in a vi session?
A.
:set num
B.
:se nu
C.
:set -o number
D.
:set +o num
E.
None of the choices
:set nu, not se nu
:se nu and :set nu are corrects
Letter A end B