运维网's Archiver
论坛
›
Shell/Powershell
› bash shell for循环1到100
andy27367451
发表于 2018-8-21 10:39:17
bash shell for循环1到100
前言
用bash shell写程序时,经常会用到for循环,特别是从1到100这种需求,这里记录几种shell中从1到100的循环方法
类c语言:
for ((i=1; i
页:
[1]
查看完整版本:
bash shell for循环1到100