file.sh
variable='String test!'
sh show.sh
显示.sh
echo $variable
如何将变量发送到另一个文件?
谢谢。
导出怎么样
export variable='String test!'
看到这个链接,有一个很好的例子(他们正在做你想做的事情(。