目录
1.if、case 语句小实验
1.用if、case 语句混合编写石头、剪刀、布人机游戏
2.判断输入的内容是奇数还是偶数
3. firewalld脚本
4.点菜
2.for、while循环实验
1.累加求和(for版)
2.累加求和(while版)
3.多重循环
1.双层循环的基本思路
2、exit、break、continue
3. 99乘法表
1.if、case 语句小实验
1.用if、case 语句混合编写石头、剪刀、布人机游戏
[root@localhost ~]# vim 1.sh
#!/bin/bash
game=(石头 剪刀 布)
num=$[RANDOM%3]
computer=${game[$sum]}
#通过随机数获取计算机的出拳
#出拳的可能性保存在一个数组中,game[0],game[1],game[2]分别是3种>不同的可能
echo "请根据下列提示选择您的出拳手势"
echo "1.石头"
echo "2.剪刀"
echo "3.布"
read -p "请选择1-3:" person
case $person in
1)
if [ $num -eq 0 ];then