Skip to content

Instantly share code, notes, and snippets.

@NguyenTrungTin
Created December 13, 2019 03:53
Show Gist options
  • Save NguyenTrungTin/3fb2e686ee4428c540899ecc9ed82f88 to your computer and use it in GitHub Desktop.
Save NguyenTrungTin/3fb2e686ee4428c540899ecc9ed82f88 to your computer and use it in GitHub Desktop.
cat access.log | awk '{print $1}' | sort -n | uniq -c | sort -nr | head -20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment