Need to grab IP of visitors from the Apache logs
發表於 : 2018-01-15 09:30:32
https://unix.stackexchange.com/question ... pache-logs
代碼: 選擇全部
awk '{print $1}' access_log | sort -u
CodeCharge Studio, DemoCharge, SuperPDF
https://bug.551.com.tw/
代碼: 選擇全部
awk '{print $1}' access_log | sort -u