Hitachi

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


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

Organization of this page

Format

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

Usage example