标签: shell
我使用的是两个shell脚本。(Shell script1,Shell script2) Shell script1包含两个变量:
$one ="cat" $two="bat"
现在当我运行Shell script2时,我需要从Shell script1获取这些值并执行一些操作。
答案 0 :(得分:0)
使用source shell内置:
source
# in script2 source script1