bounds parameter

bounds is a convenience parameter for defining column boundaries for commands and actions.

Availability

query command
set command

Scope

The current view.

Syntax

query bounds
set bounds [ startColumn endColumn ]

Parameters

startColumn Use the startColumn parameter to indicate the start boundary column.
endColumn Use the endColumn parameter to indicate the end boundary column.

Specify no parameters or specify 0 for both to clear the boundaries for the view.

Examples

query bounds
set bounds 1 80
set bounds

Related reference
query command
set command