shell脚本中生成延时#!/bin/bashecho -n count:tput sccount=0;while true;doif [ $count -lt 40 ];then let count++; sleep 1; tput rc tput ed echo -n $count;else exit 0;fidone
tput sc 存储光标位置;
tput rc 恢复光标位置;
tput ed 清除从当前光标位置到行尾之间的所有内容
笑话军事旅游美容女性百态母婴家电游戏互联网财经美女干货家饰健康探索资源娱乐学院 数码美食景区养生手机购车首饰美妆装修情感篇厨房科普动物植物编程百科知道汽车珠宝 健康评测品位娱乐居家情感星座服饰美体奢侈品美容达人亲子图库折扣生活美食花嫁风景 | 首页 |
shell脚本中生成延时#!/bin/bashecho -n count:tput sccount=0;while true;doif [ $count -lt 40 ];then let count++; sleep 1; tput rc tput ed echo -n $count;else exit 0;fidone
tput sc 存储光标位置;
tput rc 恢复光标位置;
tput ed 清除从当前光标位置到行尾之间的所有内容