Issue
What is the command to make less display line numbers in the left column?
Solution
From the manual:
-N or --LINE-NUMBERS Causes a line number to be displayed at the beginning of each line in the display.
You can also toggle line numbers without quitting less by typing -N
.
It is possible to toggle any of less's command line options in this way.
Answered By - dirkgently Answer Checked By - Katrina (WPSolving Volunteer)