By combining head and tail, you can read a chunk of data of the given length from the middle of the file!
通过组合使用head和tail,可以从文件的中间部分读取给定长度的一块数据!
2
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.