Append Commands
The APPEND commands duplicate the current lines displayed on the screen. The pointed line is appended to the bottom of the current display. Available commands are:
:A
Duplicates the pointed line to the bottom of the screen. The line pointer remains with the original line that was duplicated.
:A{n}
Duplicates the pointed line to the bottom of the screen {n} times and retain it. The line pointer remains with the original line that was duplicated.
:A*
Duplicates the pointed line to the bottom of the screen. The line pointer remains on the same relative screen line.
:A*{n}
Duplicates the pointed line and the {n} -1 lines below it to the bottom of the screen. The line pointer remains on the same relative screen line.
See Also: Example Commands, SUNEDIT Commands, Line Edit Mode, SUNEDIT
![]() |