Increments the line pointer by a specified number of lines (default, one line) and lists the new current line.
N{n}
n is the number of lines to increment the line pointer.
If you specify a value for n that is greater than the number of lines in the item, the Editor moves the line pointer to the end of the item.
:EDIT FILE1 ITEM1 |
List command. List the first 99 lines in the item. Item has only 6 lines, so entire item is listed. Null command. Because current line pointer is at EOI, the first line is listed. Null command. Lists next line. N (next) command. Moves down 2 lines and lists line. |