过滤出nginx日志的访问ip

awk '{print $1}' access.log |uniq |sort -n > ip.txt

你可能感兴趣的:(服务器,前端)