21篇测试必备的Linux常用命令,每天敲一篇,每次敲三遍,每月一循环,全都可记住!!
https://www.cnblogs.com/poloyy/category/1672457.html
tail -f test.log
tail -500f test.log
tail -n 5 test.log tail -5 test.log
tail -n +5 test.log