标题: eval [打印本页] 作者: beyes 时间: 2009-1-23 11:00 标题: eval eval [arg ...]
The args are read and concatenated together into a single command. This command is then read and executed by the shell, and its exit status is returned as the value of eval. If there are no args, or only null arguments, eval returns 0.
(args 被读取并连结成单独一个命令。接着,这个命令被 shell 读取并执行,其退出状态作为 eval 的值返回。如果没有 args ,或者只有空的声明,eval 就只返回 0)