Skip to content

Instantly share code, notes, and snippets.

@fedir
Last active December 16, 2015 15:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fedir/5458391 to your computer and use it in GitHub Desktop.
Save fedir/5458391 to your computer and use it in GitHub Desktop.
Visitors unique IPs rated by accesses
# Prints the list of visitors IPs rated by accesses
zcat access.log.21-04-2013.gz | awk {'print $1'} | sort | uniq -c | sort -h
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment