摘要:
[root@a ~]#cat break.sh #!/bin/bash while : #其中“:”表示while循环的条件永远为真的意思 do read -p "Enter a number [1-5]: " num case $num in 1|2|3|4|5) echo "It's OK" ; 阅读全文
posted @ 2019-05-13 18:15
小阿峰
阅读(4184)
评论(0)
推荐(0)
2019年5月13日 #