Skip to content

Instantly share code, notes, and snippets.

@sydowma
Last active August 7, 2018 12:46
Show Gist options
  • Save sydowma/f12512d63cb4d3f6c7f333ac311d27db to your computer and use it in GitHub Desktop.
Save sydowma/f12512d63cb4d3f6c7f333ac311d27db to your computer and use it in GitHub Desktop.
get nginx IP sort
# 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