我有一个tmp.txt包含要导出的变量的文件,例如:
tmp.txt
a=123 b="hello world" c="one more variable"
如何使用export命令导出所有这些变量,以便子进程以后可以使用它们?
export
bash
bash ×1