Revision [340]

This is an old revision of CommandEval made by DavidLee on 2009-01-03 06:44:23.

 

eval [cmd]


The eval command parses its arguments, concatenates them with spaces then passes the resultant string to the current Shell for evaluation and execution. This command can be used to dynamically construct and execute commands.




Example
$ A="echo foo"
$ eval $A
foo


CommandsBuiltin
Modules

There are no comments on this page.
Valid XHTML :: Valid CSS: :: Powered by WikkaWiki