eval
在当前 shell 中以单个命令的形式执行参数,并返回其结果。 更多信息:https://www.gnu.org/software/bash/manual/bash.html#index-eval.
echo
eval "{{echo foo}}"
eval "{{foo=bar}}"