CLI History Commands

IBM® Connect:Direct® enables you to use the history commands available with UNIX. History commands do not need the semicolon (;) at the end of the command. The following table lists the available history commands:

Command Description
!! Repeat the last command one time.
!#n Set the number of commands to store in the history buffer. The default history buffer size is 50 commands.
!n Repeat command number <n> in the history buffer.
!<string> Repeat command beginning with the string <string>.
!? List the contents of the history buffer.