shell之流程控制

1、if语句、while、for循环各类小例题 html 1.用户验证bash [root@bogon ~]# cat buer.sh #!/bin/bash #user='buer' #password='1234.com' read -p 'please your name:' user read -p 'password:' passwd if [ $user = 'buer' -a
相关文章
相关标签/搜索