Installation guide
3-26 Console Commands
3.15 Repeat
The repeat command reexecutes the command that you pass as its
argument until Ctrl/C is entered.
Example 3-15 Repeat Command
>>> repeat examine 00000000 # Perform the specified
P 00000000 EEEDFACC # command until stopped
P 00000000 EEEDFACC # by Ctrl/C.
P 00000000 EEEDFACC
^C
>>>
The repeat command syntax is:
r[epeat] [<command>]
where <command> is the console command to repeat. To stop the repeat
command, enter Ctrl/C.










