eval - Construct command by concatenating arguments

Synopsis

eval [ argument ... ]

Description

You can use eval to construct a command by concatenating arguments together, each separated by a <space>. qsh then reads and runs the constructed command.

Options

None.

Operands

Each argument is expanded twice, once to construct the command and once when the constructed command is run.

Exit status

Exit status of the constructed command.