linux中source是什么指令?
1 回答
蓝山帝景
TA贡献1843条经验 获得超7个赞
这是bash的内置指令。
source filename [argements]
Read and execute commands from filename in the current shell environment and return the exit status of the last command executed from filename.
- 1 回答
- 0 关注
- 772 浏览
添加回答
举报
0/150
提交
取消