标签:linu nbsp https 退出 脚本 生效 tps shell脚本 进程
在脚本中export,只在当前shell脚本进程和子进程中有效
source的作用中是将export的变量在当前脚本环境生效, 如果是在父脚本中执行source,在子脚本中执行export, 父脚本退出后仍然不存在这个变量
https://rj03hou.github.io/linux%E4%B8%8Bexport%E6%97%A0%E6%95%88%E7%9A%84%E5%8E%9F%E5%9B%A0/
编写部署脚本尤其要注意
标签:linu nbsp https 退出 脚本 生效 tps shell脚本 进程
原文地址:https://www.cnblogs.com/yszzu/p/9800561.html