/ Published in: Bash
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
cat access.log | grep -o '\([0-9]\{2,3\}.\)\{3\}\.[0-9]\{2,3\}' | sort | uniq | wc -l