查看文件内容
格式:
tail [] [filename]
参数:
-f:显示最后十条数据,且有新增动态显示,循环读取
-f
-n:指定显示后边几条
-n
tail -n +90:显示从90行到最好
tail -n +90
例子:
tail -n 0 -f error.log