运维网's Archiver
论坛
›
Shell/Powershell
› shell进度条
sunage001
发表于 2018-8-23 07:36:32
shell进度条
function getprostr() {
pchar=$1
ptotal=$2
outstr=""
numcol=`tput cols`
coltotal=$[$numcol/2/$ptotal]
for((i=1;i
页:
[1]
查看完整版本:
shell进度条