Listing the Stack (.L)

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

Using the TCL Stacker

Referencing Other Processes

Executing Previous Statements (.X)

Modifying Previous Statements

Editing the Stack (.E)

Choosing a Command to Modify

Replacing Text in the Stack (.M)

Appending Text (.A)

Storing a Series of Statements (.C)

Retrieving an Item (.R)

Deleting Statements from the Stack (.K)

Setting TCL Stacker Options (.O, .P, .U)