tail of file

[tel ʌv faɪl][teil ɔv fail]

[计] 文件尾部

  • The tail utility prints the last part of each file ( 10 lines by default ) .

    tail工具打印每个 文件的最末尾部分的内容(默认是10行)。

  • Another common use of tail is to follow a file using the-f option usually with a line count of1 .

    tail的另一个常见用法就是使用-f选项跟踪(follow) 文件,通常使用一个行计数1。

  • Two commands allow you to display either the first part ( head ) or last part ( tail ) of a file .

    可以使用两个命令显示 文件的开始部分(head)或结束部分( tail)。

  • This tells tail to print the last ten lines of the specified file but instead of exiting it waits for more text to appear in the file and prints it as it appears .

    该选项告诉 tail打印指定 文件的最后10行,但是它不仅打印已有的内容,还会等待该文件中将要出现的更多内容,并对其进行打印。

  • The lag between the incremental checkpoint target and the log tail is also limited by90 % of the smallest online log file size .

    增量检查点和日志 末尾之间的间隔被最小在线日志 文件大小的90%所限制。