摘要:
awk '{print $8}' test.log|awk -F: '{print $2}'|awk '{count[$1]++;} END {for(i in count){print i " " count[i]}}'|sort -k 2 -n 阅读全文
posted @ 2023-10-18 17:47
梦一水知音~
阅读(13)
评论(0)
推荐(0)
|
摘要:
awk '{print $8}' test.log|awk -F: '{print $2}'|awk '{count[$1]++;} END {for(i in count){print i " " count[i]}}'|sort -k 2 -n 阅读全文
posted @ 2023-10-18 17:47
梦一水知音~
阅读(13)
评论(0)
推荐(0)
|