Gigabyte 7014 User Manual

Page of 152
 Rev.  051208 
 
        
page 100 of 152
 
“!” 
Command Name 
Description  
Repeats the command in the history list identified by <command-
reference>. 
!!         – repeats the last command executed. 
!<n>    – repeats the command in the history list associated   
               with reference number <n>. 
!<str>  – repeats the most recent command that begins with  
               the string <str>. 
Any non-whitespace characters that follow are appended to the 
referenced command prior to its execution. 
Syntax 
!<n
    
!<str> 
Parameters  

It is the reference number of the command from history list 
that has to be repeated. 
Str 
The most recent command from the history list that begins with 
keyword str. 
Examples 
 
N-TRON/Admin#[1]> !! 
Referenced command is not in the history list. 
 
N-TRON/Admin#[2]> !1 
Referenced command is not in the history list. 
 
N-TRON/Admin#[3]> !s 
Referenced command is not in the history list. 
 
N-TRON/Admin#[4]> whoami 
admin    with privilege of Administrator 
 
here comes the usage of “!” command 
N-TRON/Admin#[5]> !w 
whoami 
admin    with privilege of Administrator 
 
N-TRON/Admin#[6]> !2 
The above command will execute the second command, which is 
available in history list. 
 
N-TRON/Admin#[7]> !system  
The above command will execute the latest command in the history list 
that starts with system. 
 
 
NOTES 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
“$” 
Command Name