options random home http://www.fmi.uni-passau.de/archive/doc/unix/unixhelp/Unixhelp/scrpt_scrpt2.7.3.html (Einblicke ins Internet, ~06/1995)

Forcing evaluation of commands

Forcing evaluation of commands

Another builtin function is eval which takes the arguments on the command line and executes them as a command. For example:

   echo "enter a command:"
   read command
   eval $command