Tuesday, November 25, 2014

SHOW or HIDE line numbers in VI Editor in UNIX

Following command can be used to display line numbers

:set number 

Following command can be used to hide the line numbers
:set nonumber 

No comments:

Share your thoughts Join the conversation, ask follow-up questions, or add your experience related to this post.

Post a Comment