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基礎命令—tmpwatchLinux
- Linux基礎命令---tmpwatchLinux
- 每天一個 Linux 命令(48): watch 命令Linux
- 每天一個linux命令(48):watch命令Linux
- Linux基礎命令—arpwatchLinux
- Linux基礎命令---arpwatchLinux
- Linux基礎命令---間歇執行命令watchLinux
- tmpwatch 命令整理
- 巧用watch 和 tail 命令監視 Linux 上的活動AILinux
- tmpwatch命令詳解
- PostgreSQL-15的 \watch命令SQL
- Linux系統下臨時檔案TMP清理 ( tmpwatch 命令)Linux
- Linux關閉watchdogLinux
- tmp目錄刪除和tmpwatch命令的使用
- Linux Watchdog Daemon - ConfiguringLinux
- Linux Watchdog 機制是什麼Linux
- Linux命令—–CP命令Linux
- 【Linux命令】grep命令Linux
- Linux命令--ps命令Linux
- linux命令大全-linux命令使用和管理Linux
- Linux命令(1)——xargs命令Linux
- Linux命令篇 - grep 命令Linux
- Linux命令篇 - sed 命令Linux
- Linux命令篇 - tar 命令Linux
- Linux命令列與命令Linux命令列
- linux命令 之 du 命令Linux
- linux命令:ping命令Linux
- Linux命令之lldptool命令Linux
- linux 命令Linux
- linux命令Linux
- Linux命令之rz命令與sz命令Linux
- oswatch 隨 OS 自動啟動配置 (Linux)Linux
- linux每日命令(32):gzip命令Linux
- linux每日命令(29):chown命令Linux
- linux每日命令(18):whereis命令Linux
- linux每日命令(36):wc命令Linux
- linux每日命令(35):grep命令Linux
- linux每日命令(37):top命令Linux