1 Star 0 Fork 131

linboyun/Shell脚本练习

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
19041115issue2.sh 142 Bytes
一键复制 编辑 原始数据 按行查看 历史
linboyun 提交于 2021-06-20 16:49 . 19041115林博云
#! bin/bash
i=0
process=''
while [ $i -le 100 ]
do
printf "[%-50s] %d%% \r" "$process" "$i";
sleep 0.25s
((i=i+2))
process+='*'
done
echo
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Shell
1
https://gitee.com/linboyun19041115/shell_script_exercise.git
git@gitee.com:linboyun19041115/shell_script_exercise.git
linboyun19041115
shell_script_exercise
Shell脚本练习
master

搜索帮助