Hitachi

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


9.3.10 eval command (concatenates arguments into a command and executes it)

Syntax

eval  [command  [args ...]]

Description

This command concatenates arguments into a command that it executes. The character strings provided as the arguments are interpreted as a single command that is executed.

Arguments

command

Specifies a name for the command that is to be executed. If this argument is omitted, the eval command terminates normally but without executing anything.

args

Specifies the arguments that are to be concatenated into a command and executed.

Return codes

Return code

Meaning

0

Normal termination

127

Error termination

  • The command could not be identified.

Other than the above

Error termination

  • The format of the command is invalid, or the command terminated with an error.

Notes

Example