📜  unix 中的 eval 函数 - 任何代码示例

📅  最后修改于: 2022-03-11 15:00:34.289000             🧑  作者: Mango

代码示例1
eval [arg ...]
    The  args  are read and concatenated together into a single com-
    mand.  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.