Skip to content

Instantly share code, notes, and snippets.

@komly
Created May 25, 2015 08:53
Show Gist options
  • Select an option

  • Save komly/7cc9fede54ee6fe03386 to your computer and use it in GitHub Desktop.

Select an option

Save komly/7cc9fede54ee6fe03386 to your computer and use it in GitHub Desktop.
Top 10 ips
cat access.log | awk '{ print $2}' | sort | uniq -c | sort -n | tail -10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment