Table of Contents

Bash - eval (Execute its argument)

About

eval is a bash builtin command that executes command by concatenating arguments.

Syntax

eval [arg ...]

Return

It exit status is returned as the value of eval. If there are no args, or only null arguments, eval returns 0.

Documentation / Reference