14: linux实用命令

1.1 基本实用命令整理

  1、查找大文件文件

      du -sh ./*|grep G                 # 查看当前目录下个文件大于1G的文件夹

  2、查找日志文件中 5xx数量,并进行排序

       tail -n 1000000 2019042410.access.log  | grep "status\":\"5" | jq .request_uri | sort | uniq -c | sort -n

 

 

 

 

 

11111111111111

posted @ 2019-04-26 15:10  不做大哥好多年  阅读(239)  评论(0编辑  收藏  举报