在 Bash 脚本中,read name 的作用是什么?
read name
将第一个命令行参数复制到 name 中
name
运行名为 name 的命令
打印 name 的当前值
等待输入,并将输入内容存储到变量 name 中