sh subcommand for dbx: Pass a command to the shell for execution

Format

sh [command]

Description

The sh subcommand passes the command specified by the command parameter to the shell for execution. The SHELL environment variable determines which shell is used. The default is the sh shell. If no argument is specified, control is transferred to the shell.

Usage notes

Examples

  1. To run the ls command, enter:
    sh ls
  2. To escape to a shell, enter:
    sh