Purpose
Execute operating system commands without leaving ADRCI.
Syntax and Description
host ["
host_command_string
"]
Use host
by itself to enter an operating system shell, which allows you to enter multiple operating system commands. Enter EXIT
to leave the shell and return to ADRCI.
You can also specify the command on the same line (host_command_string
) enclosed in double quotation marks.
This command does not require an ADR home to be set before you can use it.
Examples
host
host "ls -l *.pl"