Owner`s manual

Chapter 4 - Commands
29
!a
Parameters: The letter (or letters) of the command to search for.
Description: Repeats the command whose beginning letter (or letters) is (are) indicated by the
parameter. The command that is executed is then placed into the history at the current command
index. A list of the previously executed commands can be printed by looking at the command history.
See
history
.
Security: Guest
Example:
[0] A:\ # clock
10/29/1996 1:20pm
[1] A:\ # ver
Version E-1.02 (Oct 24 1996 18:06:37)
[2] A:\ # !cl
10/29/1996 1:20pm
boot
Parameters: None
Description: Re-boots the system by performing a reset of the MR4800E controller card. A prompt is
displayed confirming your desire to re-boot the system. If you wish to re-boot the system, enter ‘y’.
Any other key will halt the re-boot operation.
Security: Supervisor
Example:
[0] A:\ # boot
Are you sure you wish to reboot the controller card?
(y/n)
cat
Parameters:
Pathname
Description: Displays the contents of an ASCII text file. The cat command will display the contents
of the ASCII file referred to by pathname to the screen.
Security: Guest
Limitations: The cat command is more similar to the DOS TYPE command than it is to the UNIX cat
command.
Example:
[0] A:\MMM # cat mr4800.ini
[SecurityFile]
NumberOfFile = 1
1 = mr4800.db
[SecurityConfig]
UseridPrompt = ^m^jUserid:
PasswordPrompt = ^m^jPassword:
WelcomeMsg = ^m^jConnected to MultiModemManager System:^m^j
...