Skip to content

Instantly share code, notes, and snippets.

@fdiasr
Created November 25, 2016 17:33
Show Gist options
  • Select an option

  • Save fdiasr/bb6b13205d949d95c00012e934012861 to your computer and use it in GitHub Desktop.

Select an option

Save fdiasr/bb6b13205d949d95c00012e934012861 to your computer and use it in GitHub Desktop.
AWK Logs
awk '($4 ~ "25\/Nov\/2016:12")' access.log | awk '{print $7}' | sort -n | uniq -c | sort -nr | head -50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment