Skip to content

CityHawk/podstats

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a dumb program that I can use to get podcast stats from my CloudFront logs, displays the amount of downloads per podcast.

It does no more than find . -type f -exec gzcat {} \; | egrep -o 'pip\d+.mp3' | sort | uniq -c but boy, this one is so much faster (is exec syscall making it slow?). However, the main purpose was to get hands on with C, zlib, stdlib and etc.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published