Hitachi

JP1 Version 11 JP1/Advanced Shell Description, User's Guide, Reference, and Operator's Guide 


9.3.5 builtin command (executes a built-in command)

Syntax

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

Example