我正在使用两个 shell 脚本。(Shell script1,Shell script2) Shell script1 包含两个变量:
$one ="cat"
$two="bat"
现在当我运行 Shell script2 时,我需要从 Shell script1 中获取这些值并执行一些操作。
我正在使用两个 shell 脚本。(Shell script1,Shell script2) Shell script1 包含两个变量:
$one ="cat"
$two="bat"
现在当我运行 Shell script2 时,我需要从 Shell script1 中获取这些值并执行一些操作。