自动更新时间死循环脚本
Posted 努力哥-运维自动化
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了自动更新时间死循环脚本相关的知识,希望对你有一定的参考价值。
1 #!/bin/sh 2 #Author:nulige 3 # qqinfo:1034611705 4 # Date: 2015-6-8 5 #实现功能:自动更新时间死循环脚本 6 7 while true 8 do 9 uptime 10 sleep 1 11 done
[[email protected] script]# date
2016年 04月 15日 星期五 11:54:45 CST
[[email protected] script]# ll
总用量 16
-rw-r--r--. 1 root root 64 4月 15 11:54 auto_time.sh
-rw-r--r--. 1 root root 218 4月 15 10:46 check_web_ip.sh
-rw-r--r--. 1 root root 419 4月 15 10:45 check_web.sh
-rw-r--r--. 1 root root 379 4月 15 07:59 cut_nginx_log.sh
[[email protected] script]# sh auto_time.sh
11:54:49 up 16:12, 2 users, load average: 0.00, 0.00, 0.00
11:54:50 up 16:12, 2 users, load average: 0.00, 0.00, 0.00
11:54:51 up 16:12, 2 users, load average: 0.00, 0.00, 0.00
11:54:52 up 16:12, 2 users, load average: 0.00, 0.00, 0.00
11:54:53 up 16:12, 2 users, load average: 0.00, 0.00, 0.00
以上是关于自动更新时间死循环脚本的主要内容,如果未能解决你的问题,请参考以下文章