2.1 !

Use the ! command to execute a previous GGSCI or Admin Client command without modifications. To modify a command before executing it again, use the FC command. To display a list of previous commands, use the HISTORY command. The ! command without arguments executes the most recent command. Options enable you to execute any previous command by specifying its line number or a text substring. Previous commands can be executed again only if they were issued during the current session, because command history is not maintained from session to session.

Admin Client Syntax

! n
n

Executes the command from the specified line. Each command line is sequenced, beginning with 1 at the start of the session.

GGSCI Syntax

! [n | -n | string] 
n

Executes the command from the specified line. Each command line is sequenced, beginning with 1 at the start of the session.

-n

Executes the command issued n lines before the current line.

string

Executes the last command that starts with the specified text string.

Examples

! 9 

! -3 

! sta