会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
cloud-qing0212
博客园
首页
新随笔
联系
订阅
管理
2024年10月21日
shell打印99乘法表
摘要: vim 99.sh #/bin/bash##99乘法表 #!/bin/bashfor j in {1..9}dofor i in `seq $j`doecho -e -n "${i}x${j}=$[ $i * $j ]\t"doneechodone 脚本执行效果 [root@localhost sh
阅读全文
posted @ 2024-10-21 14:38 cloud-qing0212
阅读(24)
评论(0)
推荐(0)
编辑
公告