tail实时滚动显示log文件内容

Posted tterminator

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了tail实时滚动显示log文件内容相关的知识,希望对你有一定的参考价值。

Linux shell中有一个tail命令,常用来显示一个文件的最后n行文档内容


但更多情况下,我们要在服务器端运行程序,并且需要实时监控运行日志,这时候有什么办法实时滚动显示log文件内容?


这里可以利用tail命令加参数f实现,具体用法如下:

tail -f ***.log

参数说明-f, --follow[=name|descriptor]:output appended data as the file grows; -f, --follow, and --follow=descriptor are equivalent
tail其它参数运行 man tail 查看

以上是关于tail实时滚动显示log文件内容的主要内容,如果未能解决你的问题,请参考以下文章

linux查看日志文件tail -f用法

Linux--文件查看

Linux 常用命令

liunx-tail 实时显示文件内容

linux查看日志文件tail -f用法 -九五小庞

Linux 查看日志的时候常用命令总结