摘要: #!/bin/bash#显示便量 read 命令从标准输入中读取一行,并把输入行的每个字段的值指定给 shell 变量 read name echo "$name it is a test" echo -e "ok! \n" #-e开启转义echo "it is a test" echo -e "o 阅读全文
posted @ 2021-06-25 17:16 白语 阅读(42) 评论(0) 推荐(0)