Skip to content

Instantly share code, notes, and snippets.

@nickrw
Last active January 4, 2016 09:08
Show Gist options
  • Save nickrw/8599683 to your computer and use it in GitHub Desktop.
Save nickrw/8599683 to your computer and use it in GitHub Desktop.
awk '/^[0-9]{2}:[0-9]{2} <@twgbot> (Game|Fun) starting! (.*):/ { sub("^(.*:){2}\\s",""); total += NF; count++ } END {print "Average of " total/count " players per game. " count " games played."}' \#werewolf.log
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment