Consultor Eletrônico



Kbase P109484: How to customize the visual editor environment to display line numbers.
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   16/10/2008
Status: Unverified

GOAL:

How to customize the visual editor environment to display line numbers.

GOAL:

How to enable vi to display line numbers in a file.

FACT(s) (Environment):

UNIX

FIX:

To display line numbers in a vi editor type the following at the beginning of the vi session:

:set number

Options set while in a vi session will apply during that session only.