标签:定义 col 键盘输入 read 接收 rgba span 权限 style
一、通过read 接收
1. 通过vim 定义一个test.sh的脚本
vim test.sh
2. 编写shell脚本
#! /bin/bash read name echo "$name It is a test"
3. 添加脚本执行权限
chmod +x test.sh
4. 执行脚本
[root@test-29 ~]# ./test.sh OK OK It is a test
标签:定义 col 键盘输入 read 接收 rgba span 权限 style
原文地址:https://www.cnblogs.com/dairenblog/p/14406049.html