Use
Invokes the host operating system command interpreter to perform a specified command. This command is available only on UNIX systems.
Command Syntax
! command
(Press <Return> to continue)
Example
In this example, the UNIX pwd command is invoked, which lists the current working directory.
CodeWatch> !pwd
/usr/hicks/pllprogs
Description
The ! command invokes the command interpreter to read the remainder of the line following the ! command. Refer to your UNIX documentation for information on UNIX commands.
The ! command followed by the UNIX sh command pushes to a new command interpreter. To return to the debugger, type <Ctrl D> or exit.