Skip to content

Instantly share code, notes, and snippets.

@xman1980
Created October 28, 2018 22:03
Show Gist options
  • Select an option

  • Save xman1980/9e0965a9816d79ba2c75f6cc44b6d0cd to your computer and use it in GitHub Desktop.

Select an option

Save xman1980/9e0965a9816d79ba2c75f6cc44b6d0cd to your computer and use it in GitHub Desktop.
grep-sort-ip
cat access.log | grep Site | awk '{ print $1 }' | sort | uniq -c | sort -n
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment