你可以拿他来监测你想要的一切命令的结果变化,比如tail一个 log 文件,ls监测某个文件的大小变化,看你的想象力了。
Linux下watch命令的不同 在Linux下,watch是周期性的执行下个程序,并全屏显示执行结果。 -d, --differences[=cumulative] 高亮显示变动 -n, --interval= 周期(秒) -t 或-no-title 会关闭watch命令在顶部的时间间隔 如:watch -n 1 -d netstat -ant
linux watch 命令
你可以拿他来监测你想要的一切命令的结果变化,比如tail一个 log 文件,ls监测某个文件的大小变化,看你的想象力了。
Linux下watch命令的不同 在Linux下,watch是周期性的执行下个程序,并全屏显示执行结果。 -d, --differences[=cumulative] 高亮显示变动 -n, --interval= 周期(秒) -t 或-no-title 会关闭watch命令在顶部的时间间隔 如:watch -n 1 -d netstat -ant