摘要: tail -n 50 wx.log 示例:查看/var/log/boot.log,只显示最后一行。则执行 tail -n 1 /var/log/boot.log tail -n 1000:显示最后1000行 tail -n +1000:从1000行开始显示,显示1000行以后的 head -n 10 阅读全文
posted @ 2018-09-11 14:00 归回老本行 阅读(48370) 评论(0) 推荐(0)