Need to grab IP of visitors from the Apache logs

回覆文章
yehlu
Site Admin
文章: 3245
註冊時間: 2004-04-15 17:20:21
來自: CodeCharge Support Engineer

Need to grab IP of visitors from the Apache logs

文章 yehlu »

https://unix.stackexchange.com/question ... pache-logs

代碼: 選擇全部

awk '{print $1}' access_log | sort -u
回覆文章

回到「Linux」