首页文章正文

shell脚本计算1到10的和,100个必会的shell脚本

shell实现加减乘除运算 2022-12-26 04:18 985 墨鱼
shell实现加减乘除运算

shell脚本计算1到10的和,100个必会的shell脚本

⊙﹏⊙‖∣° sum=$(($sum + $i)) done echo $sum } while: do echo "please input number:" read num if [ $num-le 1 ];then echo "your number is less than 0, please in连续输入5个100以内的数字,统计和、最小和最大#!/bin/bash COUNT=1 SUM=0 MIN=0 MAX=100 while [ $COUNT -le 5 ]; do read -p "请输入1-10个整数: INT if [[

第一个参数: $1,第二个参数: $2 例子:脚本会复制文件(arg1)到目标地址(arg2) ./copy.sh file1.txt/tmp/ cat copy.sh #!/bin/bash cp $1 $2 3) 如何计算传递[root@localhost ~]# #!/bin/bash [root@localhost ~]# sum=0 [root@localhost ~]# for i in `seq 1 100` > do > sum=$[$i+$sum] > done [root@localhost ~]# echo $sum 5050

sum=0 fori in {1..10} do if[`expr $i % 2`=1];then continue fi let sum=sum+i done 用shell脚本,计算1-100的和需求计算1-10的和[root@hf-01shell]# cat jiafa.sh #!/bin/bash sum=0forain`seq 1 10`;dosum=$[$a+$sum]done echo $sum[root@hf-

【shell】shell脚本,输入一个数字n并计算1~n的和。要求:输入的数字大于1 #!/bin/bashwhile:sum=0doread-p"please enter a num,num must greater than 1>>"numif#!/bin/bash for i in $(seq 10)do echo $((i*i))done exit 0

全套视频学习资料:linuxB站链接:https://bilibili/video/BV1QP4y1p7ek?share_source=copy_webK8SB站链接:https://bilibili/video/BV1Dg411G7gi=1 while[$i-le 100 ];do i=$(($i+1)) sum=$(($sum+$i)) done echo$sum exit0 第二种:#! /bin/bash sum=0 foriin`seq1 100`;do sum=$(($sum+$i)) done

后台-插件-广告管理-内容页尾部广告(手机)

标签: 100个必会的shell脚本

发表评论

评论列表

灯蓝加速器 Copyright @ 2011-2022 All Rights Reserved. 版权所有 备案号:京ICP1234567-2号