摘要: #!/bin/bash FILES="/data/nginx_log/xxxxx/access.log" DATE=`date -d '1 minutes ago' +%Y:%H:%M` grep ${DATE} ${FILES}|awk -F'|' '{print $3}'|sort -n|uni 阅读全文
posted @ 2020-10-21 11:35 划得戳 阅读(247) 评论(0) 推荐(0)