Created
June 28, 2016 20:12
-
-
Save evmorov/de6ead6a395863cde9e9ab4c4f685f58 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
grep -Eo '^[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}' access.log | uniq -c | sort --reverse | head -n10 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment