windows下Nginx日志處理腳本
1. [文件] awk.zip
2. [圖片] 運行截圖.jpg
@echo off
setlocal ENABLEDELAYEDEXPANSION
rem 將IP提取到ip.txt文件
awk.exe "{a[$1]+=1;}END{for(i in a){print i;}}" 20120917.txt > ip.txt
rem 逐行讀取ip.txt文件中的IP,并調用youdao.com的ip地址源查詢接口
del result.txt
del last.txt
del last.csv
for /f "delims=" %%k in (ip.txt) do (
set /a b+=1
wget-1.10.2.exe "http://www.youdao.com/smartresult-xml/search.s?type=ip&q=%%k" --output-document=temp.xml >nul 2>nul
echo 正在處理%%k
for /f "delims=" %%i in (temp.xml) do (
set /a num+=1
set str=%%i
set str1=">%%k,!str!<"
if !num! equ 5 (echo !str1! | strrpc "<location>" "" | strrpc "</location>" "">> result.txt)
)
set num=0
)
rem 處理result.txt引號
for /f "tokens=2 delims=>" %%z in ('type result.txt') do (
for /f "delims=<" %%z in ("%%z")do echo %%z >> last.txt
)
rem 將last.txt命名為last.csv
rename last.txt last.csv
pause
相關文章
Windows Server 2012 DHCP+WDS+WIN7+萬能驅動 部署教程(一)
這篇文章主要介紹了Windows Server 2012 DHCP+WDS+WIN7+萬能驅動 部署教程(一),需要的朋友可以參考下2018-05-05windows?server2016安裝oracle?11g的圖文教程
Windows?Server是微軟面向服務器的操作系統(tǒng),服務器操作系統(tǒng)和客戶端操作系統(tǒng)是不一樣的,下面這篇文章主要給大家介紹了關于windows?server2016安裝oracle?11g的相關資料,需要的朋友可以參考下2022-07-07The application has failed...(應用程序配置不正確)
這篇文章主要介紹了The application has failed...(應用程序配置不正確)的相關資料,這里提供了解決辦法,需要的朋友可以參考下2016-12-12IIS7、iis7.5讓ISAPI擴展DLL執(zhí)行的方法
這篇文章主要介紹了IIS7、iis7.5讓ISAPI擴展DLL執(zhí)行的方法,需要的朋友可以參考下2017-09-09