Skip to content

Instantly share code, notes, and snippets.

@mavaji
Last active April 17, 2022 05:57
Show Gist options
  • Select an option

  • Save mavaji/91dcccdce8aba173cf9f11a61d868a9a to your computer and use it in GitHub Desktop.

Select an option

Save mavaji/91dcccdce8aba173cf9f11a61d868a9a to your computer and use it in GitHub Desktop.
Count in log file
awk '{print $9}' access.log | sort | uniq -c | sort -rn
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment