发布时间:2024-08-03 06:13 阅读量:0 Shell学习记录目录1. Shell脚本中 “.” 的作用1. Shell脚本中 “.” 的作用 # 1.sh echo "hello world" # 2.sh . ./1.sh “.”符号可以将1.sh中的所有可执行指令添加到2.sh中执行。