!

Use

Invokes the host operating system command interpreter to perform a specified command.

Command Syntax

! command
(Press <Return> to continue)

Description

The ! command invokes the command interpreter to read the remainder of the line following the ! command.

The ! command followed by the UNIX sh command pushes to a new command interpreter in UNIX. To return to the debugger, type <Ctrl D> or exit.

Example

In this example, the UNIX pwd command is invoked, which lists the current working directory.

CodeWatch> !pwd 
/usr/hicks/pllprogs