运维网's Archiver
论坛
›
Shell/Powershell
› linux shell之while用法
chenkehao
发表于 2018-8-26 07:16:15
linux shell之while用法
#!/bin/bash
#while用法,打印1到100数字
a=1 #设变量
while (( $a
页:
[1]
查看完整版本:
linux shell之while用法