Last active
August 7, 2018 12:46
-
-
Save sydowma/f12512d63cb4d3f6c7f333ac311d27db to your computer and use it in GitHub Desktop.
get nginx IP sort
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
# nginx IP | |
awk '{print $1}' example.com.access.log | sort | uniq -c | sort -nr |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment