摘要: 执行shell脚本read.sh出现的问题 #!/bin/bash read -t 20 -s -p "输入密码:" p1 echo read -t 20 -s -p "再次输入密码:" p2 printf "\n" if [ $p1 == $p2 ] then echo "ok" else ech 阅读全文
posted @ 2021-01-08 14:33 醉逍遥_001 阅读(991) 评论(0) 推荐(0) 编辑