gpt4 book ai didi

linux - 在 Linux 中将预定义变量从 shell 脚本传递到 shell 脚本

转载 作者:塔克拉玛干 更新时间:2023-11-03 00:17:21 26 4
gpt4 key购买 nike

这是我第一次使用 shell 脚本。

我有一个“母亲”脚本mainscript.sh,我在其中定义了变量patientid

patientid=`basename $folder`

稍后在同一个脚本中,我希望执行一个单独的脚本 example.sh,同时将变量 patientid 传递给它。该脚本中已有标记为“$patientid”的变量。查看下面的 mainscript.sh:

./example.sh #I WANT TO PASS THE VARIABLE patientid INTO HERE!

我知道这对你们来说很简单。任何帮助表示赞赏!谢谢。

最佳答案

在调用example.sh之前,标记patientid用于导出到子进程的环境(比如会运行example.sh的shell) >):

export patientid

关于linux - 在 Linux 中将预定义变量从 shell 脚本传递到 shell 脚本,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/28180011/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com