标签:环境 com 技术 test 执行 改变 http alt shel
功能:在当前shell环境执行脚本,修改当前shell环境变量生效
sh test.sh会新建shell环境执行脚本,修改变量不会再当前shell环境生效
. test.sh/source test.sh会在当前环境执行,修改变量在当前shell生效
shell source命令
原文地址:https://www.cnblogs.com/luckygxf/p/12297289.html