会员
周边
捐助
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
技术改变生活
博客园
首页
新随笔
联系
订阅
管理
公告
2020年7月13日
#
shell计算100个数的总和
摘要: [root@x112 linshi]# cat count2.sh #!/bin/bash i=0 while [ $i -le 100 ] do #let sum=sum+i #sum=$((sum+i)) sum=$[sum+i] let i++ done echo "the count is
阅读全文
posted @ 2020-07-13 17:00 小阿峰
阅读(442)
评论(0)
推荐(0)
编辑
Powered by:
博客园
Copyright © 2024 小阿峰
Powered by .NET 9.0 on Kubernetes