Skip to content

Instantly share code, notes, and snippets.

@ytkhs
Last active August 29, 2015 14:04
Show Gist options
  • Select an option

  • Save ytkhs/c3f97f6b72cd109b96a3 to your computer and use it in GitHub Desktop.

Select an option

Save ytkhs/c3f97f6b72cd109b96a3 to your computer and use it in GitHub Desktop.
apache-access-count-by-datetime
grep '17/Jul/2014' foo.bar.net-access_log | awk '$9==200{print}' | cut -f2,3 -d: | sort | uniq -c | less
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment