Skip to content

Instantly share code, notes, and snippets.

@avkosme
Created November 22, 2019 10:28
Show Gist options
  • Save avkosme/3bf3013f2b0d2389a7110f5b87fa565b to your computer and use it in GitHub Desktop.
Save avkosme/3bf3013f2b0d2389a7110f5b87fa565b to your computer and use it in GitHub Desktop.
awk '{print $1}' /var/log/nginx/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