摘要: #!/bin/bash tput civis while [ 1 ] do tput clear # tput cup 10 20 info=$(date "+%Y-%m-%d %H:%M:%S %A") LEN=`echo $info | wc -c` COLS=`tput cols` let HOLD_COL=$COLS-$LEN ... 阅读全文
posted @ 2018-08-14 11:10 马贡多在下雨 阅读(198) 评论(0) 推荐(0)