0

我正在使用两个 shell 脚本。(Shell script1,Shell script2) Shell script1 包含两个变量:

$one ="cat"
$two="bat"

现在当我运行 Shell script2 时,我需要从 Shell script1 中获取这些值并执行一些操作。

4

1 回答 1

0

使用sourceshell 内置:

# in script2
source script1
于 2013-10-21T07:12:14.150 回答