linux watch命令
linux的watch命令非常有用,它可以定期的執行命令,並且滿屏顯示執行結果,全屏以外的內容可能就看不到了。
Usage: watch [-dhntv] [--differences[=cumulative]] [--help] [--interval=
-d, --differences[=cumulative] highlight changes between updates(高亮顯示跟上次結果不同的部分)
(cumulative means highlighting is cumulative)
-h, --help print a summary of the options
-n, --interval=
-v, --version print the version number
-t, --no-title turns off showing the header(是否顯示該命令的標題部分)
例子:
[root@m160-90 ~]# watch -d -n 10 ls -l
Every 10.0s: ls -l Wed Nov 26 12:33:46 2014(標題部分,如果-t的話就不顯示該部分內容)
total 80
-rw------- 1 root root 1833 Jul 28 18:21 anaconda-ks.cfg
drwxr-xr-x 2 root root 4096 Aug 5 13:42 Desktop
-rw-r--r-- 1 root root 45207 Jul 28 18:21 install.log
-rw-r--r-- 1 root root 5188 Jul 28 18:21 install.log.syslog
drwxr-xr-x 2 root root 4096 Jul 29 11:11 software
在另外一個視窗建立一個檔案
[root@m160-90 ~]# touch yangsw
10秒週期結束,會重新整理結果
Every 10.0s: ls -l Wed Nov 26 12:34:46 2014
total 80
-rw------- 1 root root 1833 Jul 28 18:21 anaconda-ks.cfg
drwxr-xr-x 2 root root 4096 Aug 5 13:42 Desktop
-rw-r--r-- 1 root root 45207 Jul 28 18:21 install.log
-rw-r--r-- 1 root root 5188 Jul 28 18:21 install.log.syslog
drwxr-xr-x 2 root root 4096 Jul 29 11:11 software
-rw-r--r-- 1 root root 0 Nov 26 12:34 yangsw
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/26613085/viewspace-1347383/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- Linux基礎命令---間歇執行命令watchLinux
- 巧用watch 和 tail 命令監視 Linux 上的活動AILinux
- PostgreSQL-15的 \watch命令SQL
- 【Linux命令】grep命令Linux
- Linux命令—–CP命令Linux
- linux命令大全-linux命令使用和管理Linux
- Linux命令Linux
- Linux命令(1)——xargs命令Linux
- Linux命令之lldptool命令Linux
- Linux命令篇 - sed 命令Linux
- Linux命令篇 - grep 命令Linux
- Linux命令篇 - tar 命令Linux
- Linux命令之rz命令與sz命令Linux
- linux每日命令(5):mkdir命令Linux
- linux-mysql命令,tomcat命令LinuxMySqlTomcat
- linux每日命令(2):cd命令Linux
- linux每日命令(18):whereis命令Linux
- linux每日命令(12):nl命令Linux
- linux每日命令(10):touch命令Linux
- linux每日命令(11):cat命令Linux
- linux每日命令(38):iostat命令LinuxiOS
- linux每日命令(39):lsof命令Linux
- linux每日命令(32):gzip命令Linux
- linux每日命令(35):grep命令Linux
- linux每日命令(36):wc命令Linux
- linux每日命令(37):top命令Linux
- linux每日命令(29):chown命令Linux
- Linux命令總結--mkdir命令Linux
- Linux命令:grep命令AND、OR、NOT例項Linux
- Linux命令篇 - nc(ncat) 命令Linux
- Linux Less 命令Linux
- linux命令---scpLinux
- Linux iostat 命令LinuxiOS
- linux getopt 命令Linux
- Linux 命令研究Linux
- Linux命令大全Linux
- linux命令-01Linux
- Linux mv命令Linux
- Linux touch命令Linux