The .L command lists the command stack. By default, the first 20 statements in the stack are listed. This command also takes one or two parameters as follows:
.L n [,m] |
Parameter(s)
n |
Number of statements to be displayed. |
m |
Number of the first statement to be listed. The default value of n is 20 and of m is 1. Once you specify n, this becomes the default value. |
Note that the number of statements that are listed is independent of the number of statements that are stored in the stack, as set by the .S command.
See Also
Executing Previous Statements (.X)
Replacing Text in the Stack (.M)
Storing a Series of Statements (.C)