运维网's Archiver
论坛
›
Shell/Powershell
› linux bash-shell 排序实例1
xinghe0
发表于 2018-8-28 10:09:48
linux bash-shell 排序实例1
#!/bin/bash
a=(100 9 8 11 24 26 71 39)
for((i=0;i
页:
[1]
查看完整版本:
linux bash-shell 排序实例1