在 Bash 脚本中,read name 有什么作用?
read name
打印 name 的当前值
name
读取路径存储在 name 中的文件
将 name 导出到所有子进程
从标准输入读取一行,并将其赋值给 name