"eval" Command

Learn all about eval command

HOME

eval - construct command by concatenating arguments

The eval utility shall construct a command by concatenating arguments together, separating each with a character. The constructed command shall be read and executed by the shell.

root:~# man eval

root:~# info eval