linux命令-tail

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了linux命令-tail相关的知识,希望对你有一定的参考价值。

tail :output the last part of files :输出文件尾部

tail参数:

    -c,--bytes=K :output the last K bytes; alternatively,  use  -c  +K  to  output bytes starting with the Kth of each file .    :输出文件至倒数K个字符,倒数K字符不会输出(文件每行有后缀)

    -n, --lines=K  :output the last K lines, instead of the last 10; or use -n +K to output lines starting with the Kth   :默认输出后10行。

    -f  :output appended data as the file grows; -f, --follow, and --follow=descriptor are equivalent  :随着文件数据的增加,不间断输出数据


以上是关于linux命令-tail的主要内容,如果未能解决你的问题,请参考以下文章

linux命令之tail

Linux命令学习-tail命令

linux tail 命令详解

linux tail 命令详解

linux tail 命令详解

Linux命令详解之—tail命令