You can show the line number in the vi editor by entering the following input command.
- :set number
If you want to hide the line number, enter
- :set nonumber
Done =)
Reference: Show line numbers in vi or vim
You can show the line number in the vi editor by entering the following input command.
If you want to hide the line number, enter
Done =)
Reference: Show line numbers in vi or vim