在shell中export 一个变量即可但是在脚本中就需要两层。
#!/bin/bash
export BBB="123"
source ./文件
posted on 2019-09-05 17:26 稻草人MNMN 阅读(137) 评论(0) 收藏 举报