Invokes the host operating system command interpreter to perform a specified command.
! command (Press <Return> to continue)
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.
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.