摘要: 常用查看日志操作语句: tail web.2016-06-06.log -n 300 -f 查看底部即最新300条日志记录,并实时刷新 grep 'nick' -C 10 web.2016-04-04.log 查看字符‘nick’前后10条日志记录, 大写C 本文介绍Linux下tail命令的使用方 阅读全文
posted @ 2016-05-03 10:52 盗梦笔记 阅读(28939) 评论(0) 推荐(0)