Created
October 28, 2018 22:03
-
-
Save xman1980/9e0965a9816d79ba2c75f6cc44b6d0cd to your computer and use it in GitHub Desktop.
grep-sort-ip
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
| cat access.log | grep Site | awk '{ print $1 }' | sort | uniq -c | sort -n |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment