xmanman

导航

 

2017年7月3日

摘要: 1、经常用于linux中查看日志作用: sed -n '/2017-07-01T09:30:51/,/2017-07-01T10:00:51/p' flume-http.errlog|less 2、查看端口 netstat -lntp 3、 展示文件时间排序前10条 ls -lt|head -n 1 阅读全文
posted @ 2017-07-03 17:07 xmanman 阅读(179) 评论(0) 推荐(0)