显示日志文件的最后10行

tail -n 10 logfile.log

tail -f x.log | grep "要搜索的内容"

tail -f xx.log | grep "error"