Hitachi

Job Management Partner 1 Version 10 Job Management Partner 1/Advanced Shell Description, User's Guide, Reference, and Operator's Guide


builtin command (executes a built-in command)

Organization of this page

Format

builtin  [command  [args ...]]

Description

This command executes a specified built-in command with arguments that are specified.

Arguments

command

Specifies the name of the built-in command that is to be executed. If this argument is omitted, the command terminates normally.

args

Specifies arguments for the built-in command.

Return codes

Return code

Meaning

0

Normal termination

  • The built-in command terminated normally.

1

Error termination

  • The specified command in the argument was not a built-in command, or the command terminated with an error.

Notes

Usage example